From 85f866f7e6eb141f6d71ce25278ce1f2b7b5adc8 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 5 Jan 2020 19:05:45 -0800 Subject: [PATCH] disable folding --- .vim/plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index f5d3454..c0bcd1f 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -55,3 +55,6 @@ let g:interestingWordsTermColors = ['154', '121', '211', '137', '214', '222'] " vim-rooter let g:rooter_silent_chdir = 1 + +" vim-markdown +let g:vim_markdown_folding_disabled = 1