diff options
author | Camil Staps | 2020-08-28 20:30:10 +0200 |
---|---|---|
committer | Camil Staps | 2020-08-28 20:30:10 +0200 |
commit | d1de3018b842aeb003d095840336ea79c695544e (patch) | |
tree | 7dfc3268f023a6fb09c4bfaf6d5a0d3074e87036 | |
parent | Update vim spellfile (diff) |
Use new (non-deprecated) vim plugin for multiple cursors
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ Plugin 'rust-lang/rust.vim' " Rust Plugin 'rhysd/vim-wasm' " WebAssembly text " Other plugins -Plugin 'terryma/vim-multiple-cursors' " Multiple cursors +Plugin 'mg979/vim-visual-multi' " Multiple cursors Plugin 'scrooloose/syntastic' " Syntastic Plugin 'tpope/vim-surround' " cs)] to replace parenthesis pairs, e.g. Plugin 'rickhowe/diffchar.vim' " diffing on character level |