plugins/none-ls: add formatting/code_action source: ltrs (#953)

This commit is contained in:
Geoffrey Frogeye 2024-01-20 19:07:30 +01:00 committed by GitHub
parent c97afcbf82
commit 05fcc7ebe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -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;
};