From 86cad624767d08376e72438b164296fc792b7939 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Tue, 2 Oct 2018 19:12:08 +0200 Subject: [PATCH] Relocate foldmethod setting --- init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"