add nvchad_types to sumenko lsp config

also remove nvimtree depreceated option
pull/1766/head
siduck 1 year ago
parent 2ee1ada911
commit 205802b49f

@ -50,6 +50,7 @@ require("lspconfig").sumneko_lua.setup {
library = {
[vim.fn.expand "$VIMRUNTIME/lua"] = true,
[vim.fn.expand "$VIMRUNTIME/lua/vim/lsp"] = true,
[vim.fn.stdpath("data") .. "/lazy/extensions/nvchad_types"] = true,
},
maxPreload = 100000,
preloadFileSize = 10000,

@ -7,7 +7,6 @@ local options = {
},
disable_netrw = true,
hijack_netrw = true,
open_on_setup = false,
hijack_cursor = true,
hijack_unnamed_buffer_when_opening = false,
update_cwd = true,

Loading…
Cancel
Save