Skip to content

Instantly share code, notes, and snippets.

@Dirack
Created January 4, 2022 22:59
Show Gist options
  • Save Dirack/bf246ae13f9fd62b4a66c6b35b376736 to your computer and use it in GitHub Desktop.
Save Dirack/bf246ae13f9fd62b4a66c6b35b376736 to your computer and use it in GitHub Desktop.
Código para automatizar a carga dos foldings no vim

Adicione o código abaixo ao arquivo ~/.vimrc

" lines to save text folding
autocmd BufWinLeave *.* mkview
autocmd BufWinEnter *.* silent loadview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment