mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-21 06:55:56 +00:00
chore(nvim): shellscript formatting with shfmt
This commit is contained in:
@@ -324,6 +324,8 @@ return {
|
|||||||
end,
|
end,
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
|
sh = { 'shfmt' },
|
||||||
|
bash = { 'shfmt' },
|
||||||
-- Conform can also run multiple formatters sequentially
|
-- Conform can also run multiple formatters sequentially
|
||||||
-- python = { "isort", "black" },
|
-- python = { "isort", "black" },
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user