10 lines
157 B
Lua
10 lines
157 B
Lua
return {
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
formatters = {
|
|
shfmt = {
|
|
prepend_args = { "-i", "2", "-ci", "-bn" },
|
|
},
|
|
},
|
|
},
|
|
}
|