refactor : separate lspconfig setups
This commit is contained in:
parent
0b55d45845
commit
1756c92609
4 changed files with 35 additions and 42 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue