nvim: add better folds around lsp servers
This commit is contained in:
parent
126de5591d
commit
d576705d51
1 changed files with 5 additions and 2 deletions
|
@ -232,6 +232,7 @@ M.lspconfig = function()
|
|||
end
|
||||
|
||||
-- Load servers >>>
|
||||
-- General servers >>>
|
||||
-- Use a loop to conveniently call 'setup' on multiple servers and
|
||||
-- map buffer local keybindings when the language server attaches
|
||||
local lsp_servers = {
|
||||
|
@ -253,7 +254,9 @@ M.lspconfig = function()
|
|||
}
|
||||
end
|
||||
end
|
||||
-- Custom servers
|
||||
-- <<<
|
||||
|
||||
-- Custom servers:
|
||||
-- lua >>>
|
||||
local sumneko_root_path
|
||||
local sumneko_binary
|
||||
|
@ -303,7 +306,7 @@ M.lspconfig = function()
|
|||
}
|
||||
end
|
||||
-- lua <<<
|
||||
-- Load servers <<<
|
||||
-- <<<
|
||||
end -- <<<
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Reference in a new issue