add lazy.nvim to workspace library
This commit is contained in:
parent
e8272178de
commit
c23d00fd2b
|
|
@ -104,6 +104,7 @@ lspconfig.lua_ls.setup {
|
|||
library = {
|
||||
[vim.fn.expand "$VIMRUNTIME/lua"] = true,
|
||||
[vim.fn.expand "$VIMRUNTIME/lua/vim/lsp"] = true,
|
||||
[vim.fn.stdpath("data") .. "/lazy/lazy.nvim/lua/lazy"] = true,
|
||||
},
|
||||
maxPreload = 100000,
|
||||
preloadFileSize = 10000,
|
||||
|
|
|
|||
Reference in New Issue