Change how luvit is loaded in lazydev
This commit is contained in:
parent
dedbe6f2c8
commit
e6a7dd6af5
|
@ -5,9 +5,10 @@ return {
|
||||||
ft = "lua",
|
ft = "lua",
|
||||||
opts = {
|
opts = {
|
||||||
library = {
|
library = {
|
||||||
{ path = "luvit-meta/library", words = { "vim%.uv" } },
|
-- See the configuration section for more details
|
||||||
|
-- Load luvit types when the `vim.uv` word is found
|
||||||
|
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ "Bilal2453/luvit-meta", lazy = true }, -- optional `vim.uv` typings
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user