added xml fold

This commit is contained in:
Mathias Rothenhaeusler
2023-11-13 09:50:27 +01:00
parent 28455d09ae
commit 52b7a639f8
+5
View File
@@ -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