nvim: add harper ls
This commit is contained in:
parent
37ddc91613
commit
dc126a49d6
2 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
go
|
||||
gopls
|
||||
gotools
|
||||
harper
|
||||
lua-language-server
|
||||
nil
|
||||
nixd
|
||||
|
|
|
@ -7,6 +7,13 @@ local servers = {
|
|||
superhtml = {},
|
||||
ts_ls = {},
|
||||
|
||||
harper_ls = {
|
||||
filetypes = {
|
||||
"asciidoc", "c", "gitcommit", "go", "html", "javascript", "just", "lua", "markdown",
|
||||
"nix", "python", "ruby", "rust", "text", "toml", "typescript", "zig",
|
||||
}
|
||||
},
|
||||
|
||||
lua_ls = {
|
||||
settings = {
|
||||
Lua = {
|
||||
|
|
Loading…
Reference in a new issue