summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-09-07 20:44:38 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-09-07 20:44:38 +0100
commit2ea6d0d5f4297b05f8621df67d1e8bf7bbaeef66 (patch)
treee546bf3226ea7db197ef6b447415d0d747e75e2f
parent8bbe23edf68f4bf61e032578c263527380527270 (diff)
added vim-commentary, vim-surround and vim-unimparied
-rw-r--r--.gitmodules9
m---------vim/pack/tpope/start/vim-commentary0
m---------vim/pack/tpope/start/vim-surround0
m---------vim/pack/tpope/start/vim-unimpaired0
4 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 41f8d6c..1c4d6d0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,3 +16,12 @@
[submodule "vim/pack/vim-test/opt/vim-test"]
path = vim/pack/vim-test/opt/vim-test
url = https://github.com/vim-test/vim-test.git
+[submodule "vim/pack/tpope/start/vim-unimpaired"]
+ path = vim/pack/tpope/start/vim-unimpaired
+ url = https://github.com/tpope/vim-unimpaired.git
+[submodule "vim/pack/tpope/start/vim-commentary"]
+ path = vim/pack/tpope/start/vim-commentary
+ url = https://github.com/tpope/vim-commentary.git
+[submodule "vim/pack/tpope/start/vim-surround"]
+ path = vim/pack/tpope/start/vim-surround
+ url = https://github.com/tpope/vim-surround.git
diff --git a/vim/pack/tpope/start/vim-commentary b/vim/pack/tpope/start/vim-commentary
new file mode 160000
+Subproject f8238d70f873969fb41bf6a6b07ca63a4c0b82b
diff --git a/vim/pack/tpope/start/vim-surround b/vim/pack/tpope/start/vim-surround
new file mode 160000
+Subproject f51a26d3710629d031806305b6c8727189cd193
diff --git a/vim/pack/tpope/start/vim-unimpaired b/vim/pack/tpope/start/vim-unimpaired
new file mode 160000
+Subproject 4afbe5ebf32ad85341b4c02b0e1d8ca96a64c56