Merge branch 'main' of https://gitea.safemind.net/mathias/nvim-kickstart
commit
637df70213
|
@ -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