mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 00:34:34 +02:00
plugins/none-ls: init staticcheck
This commit is contained in:
parent
6e8bc402af
commit
9119cc1554
2 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,9 @@ with lib; let
|
|||
shellcheck = {
|
||||
package = pkgs.shellcheck;
|
||||
};
|
||||
staticcheck = {
|
||||
pacakge = pkgs.go-tools;
|
||||
};
|
||||
statix = {
|
||||
package = pkgs.statix;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue