Thomas Dy il y a 6 ans
Parent
commit
58f187ef28
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      .vim/init.vim

+ 7 - 0
.vim/init.vim

@@ -62,6 +62,13 @@ let g:airline_right_sep=''
 
 let g:vimwiki_list = [{'path': '~/.root/home/wiki'}]
 
+let g:vrc_curl_opts = {
+      \ '-L': '',
+      \ '-i': '',
+      \ '-s': '',
+      \ '-S': ''
+      \}
+
 call denite#custom#option('_', 'cursor_wrap', 1)
 call denite#custom#option('_', 'prompt', '>')
 call denite#custom#option('_', 'updatetime', 16)