diff options
-rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -103,6 +103,9 @@ autocmd FileType xml setlocal foldmethod=syntax | |||
103 | let g:json_syntax_folding=1 | 103 | let g:json_syntax_folding=1 |
104 | autocmd FileType json setlocal foldmethod=syntax | 104 | autocmd FileType json setlocal foldmethod=syntax |
105 | 105 | ||
106 | " Apply new SniptMat Parser | ||
107 | let g:snipMate = { 'snippet_version' : 1 } | ||
108 | |||
106 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 109 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
107 | " => Settings for Vimwiki | 110 | " => Settings for Vimwiki |
108 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 111 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |