✨ 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" },
|
lua = { "stylua" },
|
||||||
fish = { "fish_indent" },
|
fish = { "fish_indent" },
|
||||||
sh = { "shfmt", "shellharden" },
|
sh = { "shfmt", "shellharden" },
|
||||||
python = { "black" },
|
python = { "isort", "black" },
|
||||||
bash = { "shfmt", "shellharden" },
|
bash = { "shfmt", "shellharden" },
|
||||||
javascript = { { "prettierd", "prettier", "rustywind" } },
|
javascript = { { "prettierd", "prettier", "rustywind" } },
|
||||||
javascriptreact = { { "prettierd", "prettier", "rustywind" } },
|
javascriptreact = { { "prettierd", "prettier", "rustywind" } },
|
||||||
|
|
Loading…
Add table
Reference in a new issue