added xml fold
parent
28455d09ae
commit
52b7a639f8
|
@ -60,3 +60,8 @@ tnoremap <Esc> <C-\><C-n>
|
|||
|
||||
" nnoremap <C-F> :Rg<CR>
|
||||
" nnoremap <C-p> :Files<CR>
|
||||
|
||||
" XML
|
||||
let g:xml_syntax_folding=1
|
||||
au FileType xml setlocal foldmethod=syntax
|
||||
|
||||
|
|
Loading…
Reference in New Issue