1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-07 03:12:35 +02:00
Files
dotfiles/.config/nvim/lua/plugins/conform.lua
T

13 lines
195 B
Lua

return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
sh = { "shfmt" },
bash = { "shfmt" },
lua = { "stylua" },
fish = { "fish_indent" },
},
},
}