(neovim) configure shfmt options
This commit is contained in:
parent
36864c2216
commit
17a10cf645
1 changed files with 10 additions and 0 deletions
10
config/common/nvim/lua/plugins/conform.lua
Normal file
10
config/common/nvim/lua/plugins/conform.lua
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
"stevearc/conform.nvim",
|
||||||
|
opts = {
|
||||||
|
formatters = {
|
||||||
|
shfmt = {
|
||||||
|
prepend_args = { "-i", "2", "-ci", "-bn" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue