add nvchad_types to sumenko lsp config
also remove nvimtree depreceated option
This commit is contained in:
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…
Reference in New Issue