add harper and alex lsps
This commit is contained in:
parent
07f3d7a0ab
commit
570f69e551
3 changed files with 6 additions and 3 deletions
|
|
@ -70,8 +70,8 @@ return {
|
|||
"lua-language-server", "vtsls", "ruff", "mypy", "black",
|
||||
"pyright", "tailwindcss-language-server",
|
||||
"eslint-lsp", "lemminx", "gopls", "prettierd", "dotenv-linter",
|
||||
"editorconfig-checker", "proselint", "rust-analyzer", "taplo",
|
||||
"json-lsp"
|
||||
"editorconfig-checker", "rust-analyzer", "taplo",
|
||||
"json-lsp", "harper-ls", "proselint", "alex"
|
||||
}
|
||||
},
|
||||
config = function(_, opts)
|
||||
|
|
@ -101,7 +101,8 @@ return {
|
|||
|
||||
null_ls.builtins.diagnostics.dotenv_linter,
|
||||
null_ls.builtins.diagnostics.editorconfig_checker,
|
||||
null_ls.builtins.diagnostics.proselint
|
||||
null_ls.builtins.diagnostics.proselint,
|
||||
null_ls.builtins.diagnostics.alex
|
||||
},
|
||||
})
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue