From 062501f7b5e86703e5027a589a9f620b9b4a50e5 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Mon, 12 Dec 2016 23:55:43 -0600 Subject: vim: add vimwiki --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3