1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 09:19:26 +00:00

[neovim] Improve some linting experience

This commit is contained in:
2022-11-17 19:58:39 +01:00
parent 310fa9c7d7
commit 7a47f64b8f
5 changed files with 22 additions and 10 deletions

View File

@ -1,11 +1,12 @@
local servers = {
"sumneko_lua",
"gopls",
"pyright",
"bashls",
"jsonls",
"yamlls",
"ansiblels",
"bashls",
"gopls",
"jsonls",
"kotlin_language_server",
"pyright",
"sumneko_lua",
"yamlls",
}
local settings = {