mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 04:30:27 +01:00
13 lines
195 B
Lua
13 lines
195 B
Lua
return {
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
|
|
formatters_by_ft = {
|
|
sh = { "shfmt" },
|
|
bash = { "shfmt" },
|
|
lua = { "stylua" },
|
|
fish = { "fish_indent" },
|
|
},
|
|
},
|
|
}
|