1
0
Fork 0
mirror of synced 2024-06-01 06:51:09 -04:00

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

View file

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