add nvchad_types back & conform plugin

This commit is contained in:
siduck
2024-03-18 06:29:28 +05:30
parent 178bf21fde
commit 2e54fce028
3 changed files with 18 additions and 3 deletions
+2
View File
@@ -80,6 +80,8 @@ M.defaults = function()
library = {
[vim.fn.expand "$VIMRUNTIME/lua"] = true,
[vim.fn.expand "$VIMRUNTIME/lua/vim/lsp"] = true,
[vim.fn.stdpath "data" .. "/lazy/ui/nvchad_types"] = true,
[vim.fn.stdpath "data" .. "/lazy/lazy.nvim/lua/lazy"] = true,
},
maxPreload = 100000,
preloadFileSize = 10000,