mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/lsp/harper-ls: init
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
aa15c24437
commit
0b665b200b
2 changed files with 7 additions and 0 deletions
|
@ -212,6 +212,12 @@ let
|
|||
"graphql-language-service-cli"
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "harper-ls";
|
||||
description = "The Grammar Checker for Developers";
|
||||
serverName = "harper_ls";
|
||||
package = "harper";
|
||||
}
|
||||
{
|
||||
name = "helm-ls";
|
||||
description = "helm_ls for Helm";
|
||||
|
|
|
@ -139,6 +139,7 @@
|
|||
gopls.enable = true;
|
||||
golangci-lint-ls.enable = true;
|
||||
graphql.enable = true;
|
||||
harper-ls.enable = true;
|
||||
helm-ls.enable = true;
|
||||
hls.enable = true;
|
||||
html.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue