diff options
author | xyz <gky44px1999@gmail.com> | 2021-05-10 01:21:05 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-05-10 01:21:05 -0700 |
commit | 5412e74a60cbc2b08ca76dbf5e560760219da214 (patch) | |
tree | c8a366472508b8197fc8e10ba6e5300d9080ee4a /.config | |
parent | 768a0a5733d29c2de59242c50d3ca9cf3e80f279 (diff) |
gg=G works with .xml now
Diffstat (limited to '.config')
-rw-r--r-- | .config/nvim/init.vim | 4 |
1 files changed, 4 insertions, 0 deletions
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 |