Nvim: marksman + some plugins reordering

This commit is contained in:
Robert Kmieć
2022-12-16 00:29:56 +01:00
parent 68774a8c80
commit 1fd54c55ba
2 changed files with 15 additions and 21 deletions

View File

@@ -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,