X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f3134f45275c5251e63651306b6771344a5d3291..162e83c6ad738c8a0205f9a9de5254bfb9cf4cfc:/vim/ftplugin/sh.vim?ds=sidebyside diff --git a/vim/ftplugin/sh.vim b/vim/ftplugin/sh.vim new file mode 100644 index 0000000..4926a2b --- /dev/null +++ b/vim/ftplugin/sh.vim @@ -0,0 +1,2 @@ +setlocal foldmethod=syntax +let g:sh_fold_enabled= 3 "enables function and heredoc folding