refactor : separate lspconfig setups

This commit is contained in:
siduck76 2021-09-30 09:51:00 +05:30
parent 0b55d45845
commit 1756c92609
4 changed files with 35 additions and 42 deletions

View file

@ -57,7 +57,7 @@ M.ui = {
-- these are plugin related options
M.plugins = {
-- enable and disable plugins (false for disable)
plugin_status = {
status = {
autosave = false, -- to autosave files
blankline = true, -- show code scope with symbols
bufferline = true, -- list open buffers up the top, easy switching too
@ -76,7 +76,7 @@ M.plugins = {
},
options = {
lspconfig = {
servers = {}, -- eg: "html"
setup_lspconf = "", -- path of file containing setups of different lsps
},
nvimtree = {
enable_git = 0,