diff --git a/.config/nvim/lua/plugins/lazydev.lua b/.config/nvim/lua/plugins/lazydev.lua index e63406b..1cad1ff 100644 --- a/.config/nvim/lua/plugins/lazydev.lua +++ b/.config/nvim/lua/plugins/lazydev.lua @@ -2,9 +2,4 @@ vim.pack.add({ "https://github.com/folke/lazydev.nvim" }) local Lazydev = require("lazydev") -Lazydev.setup({ - library = { - vim.env.VIMRUNTIME, - { path = "${3rd}/luv/library", words = { "vim%.uv" } }, - }, -}) +Lazydev.setup({})