From e9f8586e81de51cca9aec3ac69aa8d5d91921c11 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Wed, 13 Apr 2016 11:48:43 -0500 Subject: [PATCH] Add vim-rest-console... I thought it was already there --- .gitmodules | 3 +++ .vim/bundle/vim-rest-console | 1 + home/.vimrc | 1 + 3 files changed, 5 insertions(+) create mode 160000 .vim/bundle/vim-rest-console diff --git a/.gitmodules b/.gitmodules index 13b4cb5..bb40bce 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule ".vim/plugin/vim-rest-console"] path = .vim/plugin/vim-rest-console url = https://github.com/diepm/vim-rest-console.git +[submodule ".vim/bundle/vim-rest-console"] + path = .vim/bundle/vim-rest-console + url = https://github.com/diepm/vim-rest-console.git diff --git a/.vim/bundle/vim-rest-console b/.vim/bundle/vim-rest-console new file mode 160000 index 0000000..469d810 --- /dev/null +++ b/.vim/bundle/vim-rest-console @@ -0,0 +1 @@ +Subproject commit 469d8100bb97038640b5f77fa36cdbad5a62cc9f diff --git a/home/.vimrc b/home/.vimrc index fe291c7..6279b60 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -46,6 +46,7 @@ let g:ctrlp_custom_ignore = { " Vimwiki {{ let g:vimwiki_list = [{'path': '~/Dropbox/Documents/vimwiki/vimwiki', 'path_html': '~/Dropbox/Documents/vimwiki/vimwiki_html/', 'auto_export':'1'}] nnoremap wb :Vimwiki2HTMLBrowse + let g:vimwiki_auto_checkbox = 1 " }} " Gist {{