diff --git a/nvim/dot-config/nvim/lua/plugins/lazydev.lua b/nvim/dot-config/nvim/lua/plugins/lazydev.lua index 100066f..ac15c15 100644 --- a/nvim/dot-config/nvim/lua/plugins/lazydev.lua +++ b/nvim/dot-config/nvim/lua/plugins/lazydev.lua @@ -5,9 +5,10 @@ return { ft = "lua", opts = { 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 }