diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-09-07 20:44:38 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-09-07 20:44:38 +0100 |
commit | 2ea6d0d5f4297b05f8621df67d1e8bf7bbaeef66 (patch) | |
tree | e546bf3226ea7db197ef6b447415d0d747e75e2f /.gitmodules | |
parent | 8bbe23edf68f4bf61e032578c263527380527270 (diff) |
added vim-commentary, vim-surround and vim-unimparied
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 9 |
1 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 |