Skip to content

Commit

Permalink
Add ruff_organize_imports to conform.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Aug 16, 2024
1 parent f181685 commit b32407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ local plugins = {
javascript = { "prettierd" },
json = { "prettierd" },
markdown = { "prettierd" },
python = { "ruff_fix", "black" },
python = { "ruff_fix", "ruff_organize_imports", "black" },
typescript = { "prettierd" },
yaml = { "prettierd" },
},
Expand Down

0 comments on commit b32407a

Please sign in to comment.