Nvim: marksman + some plugins reordering
This commit is contained in:
@@ -137,7 +137,7 @@ nvim_lsp.pylsp.setup({
|
||||
|
||||
-- Use a loop to conveniently call 'setup' on multiple servers and
|
||||
-- map buffer local keybindings when the language server attaches
|
||||
local servers = { "cmake", "rust_analyzer", "bashls" }
|
||||
local servers = { "cmake", "rust_analyzer", "bashls", "marksman" }
|
||||
for _, lsp in ipairs(servers) do
|
||||
nvim_lsp[lsp].setup({
|
||||
on_attach = on_attach,
|
||||
|
||||
Reference in New Issue
Block a user