Skip to content

Commit

Permalink
[vim] add ctrlsf, expand-region, multiple-cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Aug 8, 2020
1 parent 99e2216 commit 98d28e8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Expand Up @@ -91,3 +91,12 @@
[submodule "vim/bundle/vim-easy-align"]
path = vim/bundle/vim-easy-align
url = https://github.com/junegunn/vim-easy-align
[submodule "vim/bundle/vim-multiple-cursors"]
path = vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
[submodule "vim/bundle/ctrlsf.vim"]
path = vim/bundle/ctrlsf.vim
url = https://github.com/dyng/ctrlsf.vim
[submodule "vim/bundle/vim-expand-region"]
path = vim/bundle/vim-expand-region
url = https://github.com/terryma/vim-expand-region
1 change: 1 addition & 0 deletions vim/bundle/ctrlsf.vim
Submodule ctrlsf.vim added at b44b3f
1 change: 1 addition & 0 deletions vim/bundle/vim-expand-region
Submodule vim-expand-region added at 966513
1 change: 1 addition & 0 deletions vim/bundle/vim-multiple-cursors
Submodule vim-multiple-cursors added at ec9367

0 comments on commit 98d28e8

Please sign in to comment.