diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2016-12-12 23:55:43 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2016-12-12 23:55:43 -0600 |
commit | 062501f7b5e86703e5027a589a9f620b9b4a50e5 (patch) | |
tree | d77da8dd0f1fa78c5aefc8fedf78b0d6940d586a /.gitmodules | |
parent | 680ed69ef244ec7e6e9fbf215cb9696fa7f9fc56 (diff) |
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 e8d2541..28773fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vim/.vim/bundle/ctrlp.vim"] path = vim/.vim/bundle/ctrlp.vim url = https://github.com/ctrlpvim/ctrlp.vim.git +[submodule "vim/.vim/bundle/vimwiki"] + path = vim/.vim/bundle/vimwiki + url = https://github.com/vimwiki/vimwiki.git |