Add lazy.nvim to workspace library
This commit is contained in:
parent
10ba0e7a5a
commit
09001369f3
|
@ -51,6 +51,7 @@ require("lspconfig").lua_ls.setup {
|
|||
[vim.fn.expand "$VIMRUNTIME/lua"] = true,
|
||||
[vim.fn.expand "$VIMRUNTIME/lua/vim/lsp"] = true,
|
||||
[vim.fn.stdpath("data") .. "/lazy/extensions/nvchad_types"] = true,
|
||||
[vim.fn.stdpath("data") .. "/lazy/lazy.nvim/lua/lazy"] = true,
|
||||
},
|
||||
maxPreload = 100000,
|
||||
preloadFileSize = 10000,
|
||||
|
|
Loading…
Reference in New Issue