Thomas Dy %!s(int64=6) %!d(string=hai) anos
pai
achega
58f187ef28
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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)