Enable folding in xml

This commit is contained in:
Kenneth Benzie 2017-01-28 05:35:08 +00:00
parent d02030b9af
commit c6d13d85f6

3
vimrc
View File

@ -137,6 +137,9 @@ let g:DoxygenToolkit_commentType = "C++"
Plug 'suan/vim-instant-markdown' Plug 'suan/vim-instant-markdown'
let g:markdown_fenced_languages = ['cpp', 'c', 'cmake', 'sh', 'vim', 'python', 'yaml'] let g:markdown_fenced_languages = ['cpp', 'c', 'cmake', 'sh', 'vim', 'python', 'yaml']
" xml syntax folding
let g:xml_syntax_folding=1
" xterm-color-table.vim - view term and hex colors " xterm-color-table.vim - view term and hex colors
Plug 'guns/xterm-color-table.vim' Plug 'guns/xterm-color-table.vim'