diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-05 18:18:03 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-05 18:18:03 +0800 |
commit | a987b6489e6ee71af2c78ed698ec9cab84d66c0c (patch) | |
tree | 9bc1b1a2dfc68552f685da0c16865a4d63c0bd81 | |
parent | 3d0cc3c01520bf04fae07022c28f55328a027742 (diff) |
update
-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 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |