mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
added the expand region plugin, which increases or decreases the
visually selected region with the + and _ keys
This commit is contained in:
parent
772db85ccc
commit
97511efc5b
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -91,3 +91,6 @@
|
|||
[submodule "vim/bundle/breeze.vim"]
|
||||
path = vim/bundle/breeze.vim
|
||||
url = https://github.com/gcmt/breeze.vim.git
|
||||
[submodule "vim/bundle/vim-expand-region"]
|
||||
path = vim/bundle/vim-expand-region
|
||||
url = https://github.com/terryma/vim-expand-region.git
|
||||
|
|
1
vim/bundle/vim-expand-region
Submodule
1
vim/bundle/vim-expand-region
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 966513543de0ddc2d673b5528a056269e7917276
|
Loading…
Reference in a new issue