Add vim-rest-console... I thought it was already there

This commit is contained in:
Brian Buller 2016-04-13 11:48:43 -05:00
parent 7092db5b2c
commit e9f8586e81
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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

@ -0,0 +1 @@
Subproject commit 469d8100bb97038640b5f77fa36cdbad5a62cc9f

View File

@ -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 <Leader>wb :Vimwiki2HTMLBrowse<CR><CR>
let g:vimwiki_auto_checkbox = 1
" }}
" Gist {{