aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-06-15 14:17:07 -0600
committerCody Hiar <codyfh@gmail.com>2018-06-15 14:17:07 -0600
commitf02cb6833df5c6c4e032128ca7a570d5f8ec720e (patch)
treeb1074523b7d0322acf144558acee27e878f63555 /plugin
parent1cc5bc4efac01f027dff19a231639ef2393a05f1 (diff)
Disable folding for markdown by default
Diffstat (limited to 'plugin')
-rw-r--r--plugin/vim-options.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim
index 727561e..ba2c2af 100644
--- a/plugin/vim-options.vim
+++ b/plugin/vim-options.vim
@@ -316,3 +316,14 @@ if !empty(glob($EditorDir.'plugged/vim-jinja2-syntax/indent/jinja.vim'))
au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm set ft=jinja
endif
"-----------------------------------------------------------------------------------------------------------------------
+
+
+
+"-----------------------------------------------------------------------------------------------------------------------
+" Markdown
+"-----------------------------------------------------------------------------------------------------------------------
+if !empty(glob($EditorDir.'plugged/vim-markdown/indent/markdown.vim'))
+ let g:vim_markdown_folding_disabled=1
+endif
+"-----------------------------------------------------------------------------------------------------------------------
+