From 685ce4da70f761467916af93dce0c3726829680c Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 15 Oct 2024 17:59:14 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug(lazydev):=20add=20back=20laz?= =?UTF-8?q?yvim=20to=20lazydev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/coding.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/coding.lua b/lua/plugins/coding.lua index 043c3b3..efe6425 100644 --- a/lua/plugins/coding.lua +++ b/lua/plugins/coding.lua @@ -38,6 +38,9 @@ return { "folke/lazydev.nvim", opts = { library = { + { path = "luvit-meta/library", words = { "vim%.uv" } }, + { path = "LazyVim", words = { "LazyVim" } }, + { path = "lazy.nvim", words = { "LazyVim" } }, -- Load the wezterm types when the `wezterm` module is required -- Needs `justinsgithub/wezterm-types` to be installed { path = "wezterm-types", mods = { "wezterm" } },