We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44e26c commit cec64d6Copy full SHA for cec64d6
lua/core/plugins/lazydev.lua
@@ -9,11 +9,10 @@ return {
9
-- Or relative, which means they will be resolved as a plugin
10
-- "LazyVim",
11
-- When relative, you can also provide a path to the library in the plugin dir
12
- "luvit-meta/library", -- see below
+ { path = "${3rd}/luv/library", words = { "vim%.uv" } },
13
},
14
15
16
- { "Bilal2453/luvit-meta", lazy = true }, -- optional `vim.uv` typings
17
{ -- optional completion source for require statements and module annotations
18
"hrsh7th/nvim-cmp",
19
opts = function(_, opts)
0 commit comments