From 5412e74a60cbc2b08ca76dbf5e560760219da214 Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 10 May 2021 01:21:05 -0700 Subject: gg=G works with .xml now --- .config/nvim/init.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/nvim/init.vim') diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 1c866b92..12786e86 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -59,6 +59,10 @@ set noundofile "Plug 'vim-perl/vim-perl', { 'for': 'perl', 'do': 'make clean carp dancer highlight-all-pragmas moose test-more try-tiny' } "call plug#end() +" gg=G work for .xml files now,:h matchit-activate +" https://stackoverflow.com/questions/21408222/vim-indent-xml-file/28365920#28365920 +packadd! matchit + " search case sensitive only if have uppercase set ignorecase set smartcase -- cgit v1.2.3-70-g09d2