mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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,
|
notify_on_error = true,
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
|
bash = { "shfmt" },
|
||||||
blade = { "blade-formatter" },
|
blade = { "blade-formatter" },
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
["_"] = { "prettier" }
|
["_"] = { "prettier" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue