nvim: Do not always run ruff_fix
Ruff fix removes unused imports etc. which is sometimes more annoying than helpful.
This commit is contained in:
parent
a5d28351cd
commit
8b5e4dc097
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ local formatters = {
|
|||
lua = { "stylua" },
|
||||
markdown = { "prettier", "injected" },
|
||||
nim = { "nimpretty" },
|
||||
python = { "ruff_fix", "ruff_format", "ruff_organize_imports" },
|
||||
python = { "ruff_format", "ruff_organize_imports" },
|
||||
quarto = { "prettier", "injected" },
|
||||
sh = { "shfmt" },
|
||||
sql = { "sleek" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue