Skip to content

Commit

Permalink
Switch to vim-visual-multi plugin for multiple cursors.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshukraine committed Sep 15, 2020
1 parent eca2b14 commit 0babf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Plug 'ntpeters/vim-better-whitespace' " Better whitespace highlighting for
Plug 'machakann/vim-highlightedyank' " Make the yanked region apparent! | https://github.com/machakann/vim-highlightedyank
Plug 'diepm/vim-rest-console' " A REST console for Vim. | https://github.com/diepm/vim-rest-console
Plug 'rhysd/git-messenger.vim' " Reveal the commit messages under the cursor | https://github.com/rhysd/git-messenger.vim
Plug 'terryma/vim-multiple-cursors' " True Sublime Text style multiple selections for Vim | https://github.com/terryma/vim-multiple-cursors
Plug 'mg979/vim-visual-multi', {'branch': 'master'} " Multiple cursors plugin for vim/neovim | https://github.com/mg979/vim-visual-multi
Plug 'airblade/vim-gitgutter' " A Vim plugin which shows a git diff in the gutter | https://github.com/airblade/vim-gitgutter
Plug 'reedes/vim-textobj-quote' " Use ‘curly’ quote characters in Vim | https://github.com/reedes/vim-textobj-quote
Plug 'norcalli/nvim-colorizer.lua' " The fastest Neovim colorizer. | https://github.com/norcalli/nvim-colorizer.lua
Expand Down

0 comments on commit 0babf0b

Please sign in to comment.