nvim: plugins: Drop vim-visual-star-search
Commit 233c41c in neovim upstream enabled search selection by * and # in visual mode by default. We do not need this plugin anymore.
This commit is contained in:
parent
918df63073
commit
285d1fb9a9
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ local init = function ()
|
||||||
run = './install --bin'
|
run = './install --bin'
|
||||||
}
|
}
|
||||||
use 'junegunn/fzf.vim'
|
use 'junegunn/fzf.vim'
|
||||||
use 'bronson/vim-visual-star-search'
|
|
||||||
-- Manage Project sessions
|
-- Manage Project sessions
|
||||||
use 'rmagatti/auto-session'
|
use 'rmagatti/auto-session'
|
||||||
-- Snippets
|
-- Snippets
|
||||||
|
|
Loading…
Reference in a new issue