miklhh/.dotfiles

.vimrc: remove fuzzy incsearch?

Closed this issue · 1 comments

I find myself not using this plugin particularly often. Navigating on-screen is better of with vim-sneak and navigating lines in entire files is better done with fzf.vim. Aside from these two use cases, I much rather use exact search tools when searching my files.

The only reason I can think of letting these pluggins stay is if there exists some feature of it that I might actually be using unintentionally. Needs investigation.

" Fuzzy incsearch (<leader>/)
Plug 'haya14busa/incsearch.vim'
Plug 'haya14busa/incsearch-fuzzy.vim'
miklhh commented

These two plugins have been removed without noticeably affecting my workflow.