Enable folding in xml
This commit is contained in:
parent
d02030b9af
commit
c6d13d85f6
3
vimrc
3
vimrc
@ -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'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user