Thomas Dy 6 vuotta sitten
vanhempi
commit
58f187ef28
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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)