rm : outdated lspconfig in example_chadrc

This commit is contained in:
siduck76 2021-10-01 05:14:02 +05:30
parent bcb4b15669
commit 1c9b5b46e4
1 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@ M.options, M.ui, M.mappings, M.plugins = {}, {}, {}, {}
-- NvChad included plugin options & overrides -- NvChad included plugin options & overrides
M.plugins = { M.plugins = {
options = { options = {
-- lspconfig = { -- lspconfig = {
-- -- servers = {"html", "cssls"} -- path of file containing setups of different lsps (ex : "custom.plugins.lspconfig"), read the docs for more info
-- servers = {}, -- setup_lspconf = "",
-- }, -- },
}, },
-- To change the Packer `config` of a plugin that comes with NvChad, -- To change the Packer `config` of a plugin that comes with NvChad,
-- add a table entry below matching the plugin github name -- add a table entry below matching the plugin github name