mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim/lua/config/conform.lua: adding shfmt formatter
This commit is contained in:
parent
2a699e2cac
commit
e913c68db9
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ return {
|
|||
},
|
||||
notify_on_error = true,
|
||||
formatters_by_ft = {
|
||||
bash = { "shfmt" },
|
||||
blade = { "blade-formatter" },
|
||||
lua = { "stylua" },
|
||||
["_"] = { "prettier" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue