mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
plugins/none-ls: add checkstyle (#1047)
Add an option to enable checkstyle none-ls source.
This commit is contained in:
parent
92c623a436
commit
66c069c48d
2 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
diagnostics = {
|
||||
ansiblelint.enable = true;
|
||||
bandit.enable = true;
|
||||
checkstyle.enable = true;
|
||||
cppcheck.enable = true;
|
||||
deadnix.enable = true;
|
||||
eslint.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue