Browse Source

Relocate foldmethod setting

coc
Schneider 6 years ago
parent
commit
86cad62476
  1. 4
      init.vim

4
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"
Loading…
Cancel
Save