Fixed a long standing bug where <leader>fm didnt format python files correctly
This commit is contained in:
@@ -4,7 +4,7 @@ local options = {
|
||||
-- css = { "prettier" },
|
||||
-- html = { "prettier" },
|
||||
-- python = { "isort", "black" },
|
||||
python = { "ruff" },
|
||||
python = { "isort", "ruff_fix", "ruff_format" },
|
||||
yaml = { "prettier" },
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user