diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -59,6 +59,10 @@ iabbrev @@ typebrook@gmail.com | |||
| 59 | let g:vim_markdown_folding_disabled = 1 | 59 | let g:vim_markdown_folding_disabled = 1 |
| 60 | let g:vim_markdown_conceal = 0 | 60 | let g:vim_markdown_conceal = 0 |
| 61 | 61 | ||
| 62 | " xml fold | ||
| 63 | let g:xml_syntax_folding=1 | ||
| 64 | au FileType xml setlocal foldmethod=syntax | ||
| 65 | |||
| 62 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 66 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
| 63 | " => Settings for Vimwiki | 67 | " => Settings for Vimwiki |
| 64 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 68 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |