diff --git a/init.vim b/init.vim index f81dbef..6ee4c45 100644 --- a/init.vim +++ b/init.vim @@ -155,6 +155,8 @@ set shell=$SHELL set cmdheight=1 " command bar height set title " set terminal title +set foldmethod=marker" " folds are marked with {{{}}} + " Uncomment the following to have Vim jump to the last position when " reopening a file if has("autocmd") @@ -257,5 +259,3 @@ if has('conceal') endif let g:neosnippet#snippets_directory = '~/.dotfiles/vim/neosnippets' "}}} - -set foldmethod=marker"