z0mbix / vim-shfmt

Vim plugin for shfmt (https://github.com/mvdan/sh)
MIT License
135 stars 11 forks source link

allow toggling the fmt_on_save feature per session #12

Open r10r opened 2 years ago

r10r commented 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