diff options
author | Tharre <tharre3@gmail.com> | 2017-02-01 16:21:51 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-02-01 16:32:11 +0100 |
commit | 299c73997f57d12b8380119f5a0be0ba4fa57216 (patch) | |
tree | a35ef01ac0cef5e72adfecd554c84203cd3c17a4 /.gitmodules | |
parent | 97449b4b6702f2a17fe73ec31e5149edb784cc49 (diff) | |
download | dotfiles-299c73997f57d12b8380119f5a0be0ba4fa57216.tar.gz dotfiles-299c73997f57d12b8380119f5a0be0ba4fa57216.tar.xz dotfiles-299c73997f57d12b8380119f5a0be0ba4fa57216.zip |
vim: add vimwiki
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7ce405a..9ff910e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule ".vim/bundle/vim-javacomplete2"] path = .vim/bundle/vim-javacomplete2 url = https://github.com/artur-shaik/vim-javacomplete2.git +[submodule ".vim/bundle/vimwiki"] + path = .vim/bundle/vimwiki + url = https://github.com/vimwiki/vimwiki.git |