refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / vim-lastplace / lastplace.vim
1 " For more configuration details read the source at
2 " https://github.com/farmergreg/vim-lastplace/blob/master/plugin/vim-lastplace.vim
3
4 " configure what file types to ignore
5 let g:lastplace_ignore = "gitcommit,gitrebase,svn,hgcommit"
6
7 " configure buffer types to ignore
8 let g:lastplace_ignore_buftype = "quickfix,nofile,help"
9
10 " automatically open folds when jumping to the last edit position
11 let g:lastplace_open_folds = 0