Add lazy.nvim to workspace library

This commit is contained in:
Lucario387 2023-02-20 19:50:46 +09:00 committed by Sidhanth Rathod
parent 10ba0e7a5a
commit 09001369f3

View file

@ -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,