config(nvim): sort ruff imports

main
sudo pacman -Syu 2024-08-15 01:28:23 +07:00
parent fa80351fde
commit ccbb7449ea
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ require("lazy").setup({
lua = { "stylua" },
markdown = { "deno_fmt" },
proto = { "buf" },
python = { "ruff_format" },
python = { "ruff_format", "ruff_organize_imports" },
sh = { "shfmt" },
sql = { "sqlfluff" },
toml = { "trim_whitespace", "taplo" },