diff --git a/.gitmodules b/.gitmodules index 6f7957f..3b6be0e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 63f8eaa..25e8e5c 100644 --- a/README.md +++ b/README.md @@ -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 ## diff --git a/vim/bundle/vim-unimpaired b/vim/bundle/vim-unimpaired new file mode 160000 index 0000000..3548479 --- /dev/null +++ b/vim/bundle/vim-unimpaired @@ -0,0 +1 @@ +Subproject commit 3548479cc154154cbdbb6737ca08a47937cc7113