diff options
| author | typebrook <typebrook@gmail.com> | 2019-11-29 12:11:10 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-11-29 12:11:10 +0800 |
| commit | 5cfd76da83bc6445d23e0c1d15c69a977126439f (patch) | |
| tree | 51b81a8e427e39da009895313792e205b91568f8 | |
| parent | abbae468e09d98535d6ee286967e756644535612 (diff) | |
update
| -rw-r--r-- | vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -81,6 +81,10 @@ vnoremap <C-K> <ESC>`<i[<ESC>`>la]()<ESC>i | |||
| 81 | let g:xml_syntax_folding=1 | 81 | let g:xml_syntax_folding=1 |
| 82 | au FileType xml setlocal foldmethod=syntax | 82 | au FileType xml setlocal foldmethod=syntax |
| 83 | 83 | ||
| 84 | " xml fold | ||
| 85 | let g:json_syntax_folding=1 | ||
| 86 | au FileType json setlocal foldmethod=syntax | ||
| 87 | |||
| 84 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 88 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
| 85 | " => Settings for Vimwiki | 89 | " => Settings for Vimwiki |
| 86 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 90 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |