diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-02-01 14:42:36 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-02-01 14:42:36 +0100 |
commit | b03e115cd4101e0c29592f772c0f3fa27bb47c2c (patch) | |
tree | 38c8ef517703cbc15210739c3eeb8f1e1b3f6b2b /.gitmodules | |
parent | 621ce8d773a2e3b6aef9d8d1b50e70c2c70db6c0 (diff) | |
download | dotfiles-b03e115cd4101e0c29592f772c0f3fa27bb47c2c.tar.gz dotfiles-b03e115cd4101e0c29592f772c0f3fa27bb47c2c.tar.xz |
Add vim-workspace and vim-surround
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 35844ed..ebe61f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -112,3 +112,9 @@ [submodule ".vim/bundle/vim-openscad"] path = .vim/bundle/vim-openscad url = https://github.com/sirtaj/vim-openscad.git +[submodule ".vim/bundle/vim-surround"] + path = .vim/bundle/vim-surround + url = https://github.com/tpope/vim-surround.git +[submodule ".vim/bundle/vim-workspace"] + path = .vim/bundle/vim-workspace + url = https://github.com/thaerkh/vim-workspace.git |