diff --git a/neovim/.config/nvim/after/plugin/lsp/other.lua b/neovim/.config/nvim/after/plugin/lsp/other.lua index 2b25575..b51fb00 100644 --- a/neovim/.config/nvim/after/plugin/lsp/other.lua +++ b/neovim/.config/nvim/after/plugin/lsp/other.lua @@ -11,6 +11,11 @@ vim.lsp.config.lua_ls = { diagnostics = { globals = { "vim" }, }, + workspace = { + library = { + vim.fn.expand("~/.local/share/nvim/site/pack/packer/start"), + }, + }, }, }, }