rm including types in default lspconfig lua_lsp setup

This commit is contained in:
siduck 2024-03-09 15:41:16 +05:30
parent 166bb9beba
commit bbc2cbaae6
1 changed files with 0 additions and 2 deletions

View File

@ -80,8 +80,6 @@ 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,