mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
Add ruff linter and formatter as none-ls source
This commit is contained in:
parent
5870c2e964
commit
060a05138c
2 changed files with 12 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
ktlint.enable = true;
|
||||
ltrs.enable = true;
|
||||
markdownlint.enable = true;
|
||||
ruff.enable = true;
|
||||
shellcheck.enable = true;
|
||||
statix.enable = true;
|
||||
staticcheck.enable = true;
|
||||
|
@ -122,6 +123,8 @@
|
|||
markdownlint.enable = true;
|
||||
pint.enable = true;
|
||||
protolint.enable = true;
|
||||
ruff.enable = true;
|
||||
ruff_format.enable = true;
|
||||
rustfmt.enable = true;
|
||||
sqlfluff.enable = true;
|
||||
trim_newlines.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue