Skip to content

Commit cec64d6

Browse files
committed
fix: lazydev config
1 parent e44e26c commit cec64d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/core/plugins/lazydev.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ return {
99
-- Or relative, which means they will be resolved as a plugin
1010
-- "LazyVim",
1111
-- When relative, you can also provide a path to the library in the plugin dir
12-
"luvit-meta/library", -- see below
12+
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
1313
},
1414
},
1515
},
16-
{ "Bilal2453/luvit-meta", lazy = true }, -- optional `vim.uv` typings
1716
{ -- optional completion source for require statements and module annotations
1817
"hrsh7th/nvim-cmp",
1918
opts = function(_, opts)

0 commit comments

Comments
 (0)