Skip to content

Commit

Permalink
Fix beautysh formatprg
Browse files Browse the repository at this point in the history
  • Loading branch information
fortes committed Dec 4, 2023
1 parent 201b00b commit dc660af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stowed-files/nvim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ augroup filetype_tweaks
endif

if executable('beautysh')
autocmd FileType sh setlocal formatprg=beautysh\ -i\ 2\ -f\ -
autocmd FileType sh setlocal formatprg=beautysh\ -i\ 2\ -
endif

" Use prettier to autoformat (gq in Visual mode)
Expand Down

0 comments on commit dc660af

Please sign in to comment.