diff --git a/modules/home-manager/vim/config/lua/lsp/handlers.lua b/modules/home-manager/vim/config/lua/lsp/handlers.lua index 477dc2a..51fbfb9 100644 --- a/modules/home-manager/vim/config/lua/lsp/handlers.lua +++ b/modules/home-manager/vim/config/lua/lsp/handlers.lua @@ -25,12 +25,6 @@ M.lua_ls = make_config("lua_ls", { diagnostics = { globals = { "vim" }, }, - workspace = { - library = { - "/usr/local/share/nvim/runtime/lua", - "~/.local/share/nvim/lazy/neodev.nvim/types/stable", - }, - }, }, }, })