✨ feat(nvim): added isort formatter for python imports
This commit is contained in:
parent
8f694e17d6
commit
60daac69c0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ return {
|
|||
lua = { "stylua" },
|
||||
fish = { "fish_indent" },
|
||||
sh = { "shfmt", "shellharden" },
|
||||
python = { "black" },
|
||||
python = { "isort", "black" },
|
||||
bash = { "shfmt", "shellharden" },
|
||||
javascript = { { "prettierd", "prettier", "rustywind" } },
|
||||
javascriptreact = { { "prettierd", "prettier", "rustywind" } },
|
||||
|
|
Loading…
Add table
Reference in a new issue