added xml fold

main
Mathias Rothenhaeusler 2023-11-13 09:50:27 +01:00
parent 28455d09ae
commit 52b7a639f8
1 changed files with 5 additions and 0 deletions

View File

@ -60,3 +60,8 @@ tnoremap <Esc> <C-\><C-n>
" nnoremap <C-F> :Rg<CR> " nnoremap <C-F> :Rg<CR>
" nnoremap <C-p> :Files<CR> " nnoremap <C-p> :Files<CR>
" XML
let g:xml_syntax_folding=1
au FileType xml setlocal foldmethod=syntax