nvim: add harper ls

This commit is contained in:
Daniel Lundin 2024-12-02 09:42:24 +01:00
parent 37ddc91613
commit dc126a49d6
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 8 additions and 0 deletions

View file

@ -30,6 +30,7 @@
go
gopls
gotools
harper
lua-language-server
nil
nixd

View file

@ -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 = {