Disable folding for Markdown
It's not super useful. Ref: https://github.com/amix/vimrc/issues/445
This commit is contained in:
parent
9c54d954f6
commit
e4b4276499
1 changed files with 6 additions and 0 deletions
|
@ -72,3 +72,9 @@ endif
|
|||
" => Twig section
|
||||
""""""""""""""""""""""""""""""
|
||||
autocmd BufRead *.twig set syntax=html filetype=html
|
||||
|
||||
|
||||
""""""""""""""""""""""""""""""
|
||||
" => Markdown
|
||||
""""""""""""""""""""""""""""""
|
||||
let vim_markdown_folding_disabled = 1
|
||||
|
|
Loading…
Reference in a new issue