Disable folding.

This commit is contained in:
Max Bucknell 2014-11-24 05:45:59 +00:00
parent 348a1dbde8
commit 3aecf8a763

View file

@ -99,6 +99,7 @@ set list
set listchars=trail:·,tab:‣\
" Turn off code folding
set foldmethod=manual
set nofoldenable
let g:vim_markdown_folding_disabled=1