mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Added new submodule vim-unimpaired
This commit is contained in:
parent
b4198097b4
commit
7ae3effa06
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -106,3 +106,6 @@
|
|||
[submodule "vim/bundle/patchreview-vim"]
|
||||
path = vim/bundle/patchreview-vim
|
||||
url = https://github.com/junkblocker/patchreview-vim
|
||||
[submodule "vim/bundle/vim-unimpaired"]
|
||||
path = vim/bundle/vim-unimpaired
|
||||
url = https://github.com/tpope/vim-unimpaired.git
|
||||
|
|
|
@ -196,6 +196,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
|
|||
* [vim-repeat](https://github.com/tpope/vim-repeat): A library used by vim-surround to allow its delimiter-switching functions to be repeated with the `.` command.
|
||||
* [vim-togglelist](https://github.com/milkypostman/vim-togglelist): Supplies toggle functions for the *location* and *error* lists, which are used by a number of plugins and normally require separate open and close commands.
|
||||
* [vim-trailing-whitespace](https://github.com/bronson/vim-trailing-whitespace): Highlights and allows for the easy removal of trailing whitespace in documents.
|
||||
* [vim-unimpaired](https://github.com/tpope/vim-unimpaired): Pairs of handy bracket mappings.
|
||||
|
||||
## Credits ##
|
||||
|
||||
|
|
1
vim/bundle/vim-unimpaired
Submodule
1
vim/bundle/vim-unimpaired
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3548479cc154154cbdbb6737ca08a47937cc7113
|
Loading…
Reference in a new issue