fix: remove shfmt, add beautysh
This commit is contained in:
@@ -3,9 +3,9 @@ return {
|
||||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
sh = { 'shellharden', 'shfmt' },
|
||||
bash = { 'shellharden', 'shfmt' },
|
||||
zsh = { 'shellharden', 'shfmt' },
|
||||
sh = { 'beautysh', 'shellharden' },
|
||||
bash = { 'beautysh', 'shellharden' },
|
||||
zsh = { 'beautysh' },
|
||||
javascript = { 'prettier' },
|
||||
typescript = { 'prettier' },
|
||||
css = { 'prettier' },
|
||||
@@ -32,4 +32,4 @@ return {
|
||||
timeout_ms = 1000,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user