mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/null-ls: fix gitsigns, add test for sources
This commit is contained in:
parent
2da04fa4ad
commit
82c328e6cd
2 changed files with 28 additions and 1 deletions
|
@ -34,6 +34,31 @@
|
|||
shouldAttach = null;
|
||||
tempDir = null;
|
||||
updateInInsert = false;
|
||||
sources = {
|
||||
code_actions = {
|
||||
gitsigns.enable = true;
|
||||
shellcheck.enable = true;
|
||||
};
|
||||
diagnostics = {
|
||||
cppcheck.enable = true;
|
||||
flake8.enable = true;
|
||||
gitlint.enable = true;
|
||||
shellcheck.enable = true;
|
||||
};
|
||||
formatting = {
|
||||
alejandra.enable = true;
|
||||
black.enable = true;
|
||||
cbfmt.enable = true;
|
||||
fnlfmt.enable = true;
|
||||
fourmolu.enable = true;
|
||||
nixfmt.enable = true;
|
||||
phpcbf.enable = true;
|
||||
prettier.enable = true;
|
||||
shfmt.enable = true;
|
||||
stylua.enable = true;
|
||||
taplo.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue