mirror of
1
0
Fork 0

Disable folding for Markdown

It's not super useful.

Ref: https://github.com/amix/vimrc/issues/445
This commit is contained in:
amix 2019-11-30 18:47:48 +01:00
parent 9c54d954f6
commit e4b4276499
1 changed files with 6 additions and 0 deletions

View File

@ -72,3 +72,9 @@ endif
" => Twig section
""""""""""""""""""""""""""""""
autocmd BufRead *.twig set syntax=html filetype=html
""""""""""""""""""""""""""""""
" => Markdown
""""""""""""""""""""""""""""""
let vim_markdown_folding_disabled = 1