Open r10r opened 2 years ago
Evaluate the g:shfmt_fmt_on_save variable when the autocmd is triggered.
To disable auto-save in the current session run:
:let g:shfmt_fmt_on_save = 0
To enable auto-save in the current session run:
:let g:shfmt_fmt_on_save = 1
Evaluate the g:shfmt_fmt_on_save variable when the autocmd is triggered.
To disable auto-save in the current session run:
To enable auto-save in the current session run: