Add lazy.nvim to workspace library

pull/1797/head
Lucario387 1 year ago committed by Sidhanth Rathod
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…
Cancel
Save