Skip to content

Commit

Permalink
plugins/lsp/harper-ls: init
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Sep 13, 2024
1 parent aa15c24 commit 0b665b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0b665b2

Please sign in to comment.