Thomas Dy пре 6 година
родитељ
комит
58f187ef28
1 измењених фајлова са 7 додато и 0 уклоњено
  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)