mirror of
https://github.com/amix/vimrc
synced 2025-06-17 02:15:01 +08:00
Disable folding for Markdown
It's not super useful. Ref: https://github.com/amix/vimrc/issues/445
This commit is contained in:
@ -72,3 +72,9 @@ endif
|
||||
" => Twig section
|
||||
""""""""""""""""""""""""""""""
|
||||
autocmd BufRead *.twig set syntax=html filetype=html
|
||||
|
||||
|
||||
""""""""""""""""""""""""""""""
|
||||
" => Markdown
|
||||
""""""""""""""""""""""""""""""
|
||||
let vim_markdown_folding_disabled = 1
|
||||
|
Reference in New Issue
Block a user