From 2b0feddde733d6d320ba3cb79c61146faa03d6d9 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 9 Oct 2020 00:20:13 +0800 Subject: [PATCH] remove is.vim (the cooperation between plugins is nightmare) --- plugins.vim | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/plugins.vim b/plugins.vim index 4283bce..3f9689c 100644 --- a/plugins.vim +++ b/plugins.vim @@ -63,8 +63,6 @@ Plug 'jeetsukumaran/vim-pythonsense' " Super fast movement with vim-sneak Plug 'justinmk/vim-sneak' -" Improve vim incsearch, clear search highlight automatically -Plug 'haya14busa/is.vim' Plug 'PeterRincker/vim-searchlight' " Show match number for incsearch @@ -413,15 +411,10 @@ onoremap F :call sneak#wrap(v:operator, 2, 1, 1, 1) " or previous match let g:sneak#s_next = 1 -""""""""""""""""""""""""""""is.vim settings""""""""""""""""""""""" -" To make is.vim work together well with vim-anzu and put current match in -" the center of the window. -" `zz`: put cursor line in center of the window. -" `zv`: open a fold to reveal the text when cursor step into it. -nmap n (is-nohl)(anzu-n-with-echo)zzzv -nmap N (is-nohl)(anzu-N-with-echo)zzzv - """""""""""""""""""""""""""""vim-anzu settings""""""""""""""""""""""" +nmap n (anzu-n-with-echo)zzzv +nmap N (anzu-N-with-echo)zzzv + " Do not show search index in statusline since it is shown on command line let g:airline#extensions#anzu#enabled = 0 @@ -429,10 +422,8 @@ let g:airline#extensions#anzu#enabled = 0 let g:anzu_search_limit = 500000 """""""""""""""""""""""""""""vim-asterisk settings""""""""""""""""""""" -nmap * (asterisk-z*)(is-nohl-1) -nmap # (asterisk-z#)(is-nohl-1) -nmap g* (asterisk-gz*)(is-nohl-1) -nmap g# (asterisk-gz#)(is-nohl-1) +nmap * (asterisk-z*) +nmap # (asterisk-z#) """""""""""""""""""""""""""""LeaderF settings""""""""""""""""""""" " Do not use cache file