Skip to content

Commit

Permalink
plugins/none-ls: add formatting/code_action source: ltrs (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyFrogeye authored Jan 20, 2024
1 parent c97afcb commit 05fcc7e
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/none-ls/servers.nix
Original file line number Diff line number Diff line change
@@ -15,6 +15,9 @@ with lib; let
package = pkgs.nodePackages.eslint_d;
};
gitsigns = {};
ltrs = {
package = pkgs.languagetool-rust;
};
shellcheck = {
package = pkgs.shellcheck;
};
@@ -63,6 +66,9 @@ with lib; let
luacheck = {
package = pkgs.luaPackages.luacheck;
};
ltrs = {
package = pkgs.languagetool-rust;
};
markdownlint = {
package = pkgs.nodePackages.markdownlint-cli;
};
2 changes: 2 additions & 0 deletions tests/test-sources/plugins/none-ls.nix
Original file line number Diff line number Diff line change
@@ -52,6 +52,7 @@
eslint.enable = true;
eslint_d.enable = true;
gitsigns.enable = true;
ltrs.enable = true;
shellcheck.enable = true;
statix.enable = true;
};
@@ -66,6 +67,7 @@
gitlint.enable = true;
golangci_lint.enable = true;
ktlint.enable = true;
ltrs.enable = true;
markdownlint.enable = true;
shellcheck.enable = true;
statix.enable = true;

0 comments on commit 05fcc7e

Please sign in to comment.