mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugins/none-ls: add formatting/code_action source: ltrs (#953)
This commit is contained in:
parent
c97afcbf82
commit
05fcc7ebe1
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue