From 1c9b5b46e4258d0d9b3c07963823351ecff69715 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Fri, 1 Oct 2021 05:14:02 +0530 Subject: [PATCH] rm : outdated lspconfig in example_chadrc --- lua/custom/example_chadrc.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/custom/example_chadrc.lua b/lua/custom/example_chadrc.lua index 24bff0d..a3b3e96 100644 --- a/lua/custom/example_chadrc.lua +++ b/lua/custom/example_chadrc.lua @@ -22,10 +22,10 @@ M.options, M.ui, M.mappings, M.plugins = {}, {}, {}, {} -- NvChad included plugin options & overrides M.plugins = { options = { - -- lspconfig = { - -- -- servers = {"html", "cssls"} - -- servers = {}, - -- }, + -- lspconfig = { + -- path of file containing setups of different lsps (ex : "custom.plugins.lspconfig"), read the docs for more info + -- setup_lspconf = "", + -- }, }, -- To change the Packer `config` of a plugin that comes with NvChad, -- add a table entry below matching the plugin github name