mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02:00
add: added statix, deadnix, nixpkgs_fmt to null-ls sources
This commit is contained in:
parent
82c328e6cd
commit
49f46d3b3d
2 changed files with 16 additions and 0 deletions
|
@ -38,12 +38,15 @@
|
|||
code_actions = {
|
||||
gitsigns.enable = true;
|
||||
shellcheck.enable = true;
|
||||
statix.enable = true;
|
||||
};
|
||||
diagnostics = {
|
||||
cppcheck.enable = true;
|
||||
flake8.enable = true;
|
||||
gitlint.enable = true;
|
||||
shellcheck.enable = true;
|
||||
statix.enable = true;
|
||||
deadnix.enable = true;
|
||||
};
|
||||
formatting = {
|
||||
alejandra.enable = true;
|
||||
|
@ -57,6 +60,7 @@
|
|||
shfmt.enable = true;
|
||||
stylua.enable = true;
|
||||
taplo.enable = true;
|
||||
nixpkgs_fmt.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue