[vim] fix unfolding with is.vim

Yes, this only fixes `n`, but I'll do the rest as needed.
pull/37/head
Alpha Chen 3 years ago
parent 67b9c9d4f0
commit a3afa53a9d

@ -169,6 +169,9 @@ set hlsearch
set ignorecase
set smartcase
" https://github.com/haya14busa/is.vim/issues/4
map n <Plug>(is-n)zv
" }}}
" Plugins {{{

Loading…
Cancel
Save