Add vim-rest-console... I thought it was already there
This commit is contained in:
parent
7092db5b2c
commit
e9f8586e81
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -19,3 +19,6 @@
|
|||||||
[submodule ".vim/plugin/vim-rest-console"]
|
[submodule ".vim/plugin/vim-rest-console"]
|
||||||
path = .vim/plugin/vim-rest-console
|
path = .vim/plugin/vim-rest-console
|
||||||
url = https://github.com/diepm/vim-rest-console.git
|
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
|
||||||
|
1
.vim/bundle/vim-rest-console
Submodule
1
.vim/bundle/vim-rest-console
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 469d8100bb97038640b5f77fa36cdbad5a62cc9f
|
@ -46,6 +46,7 @@ let g:ctrlp_custom_ignore = {
|
|||||||
" Vimwiki {{
|
" Vimwiki {{
|
||||||
let g:vimwiki_list = [{'path': '~/Dropbox/Documents/vimwiki/vimwiki', 'path_html': '~/Dropbox/Documents/vimwiki/vimwiki_html/', 'auto_export':'1'}]
|
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>
|
nnoremap <Leader>wb :Vimwiki2HTMLBrowse<CR><CR>
|
||||||
|
let g:vimwiki_auto_checkbox = 1
|
||||||
" }}
|
" }}
|
||||||
|
|
||||||
" Gist {{
|
" Gist {{
|
||||||
|
Loading…
Reference in New Issue
Block a user