|
@@ -62,6 +62,13 @@ let g:airline_right_sep=''
|
|
|
|
|
|
let g:vimwiki_list = [{'path': '~/.root/home/wiki'}]
|
|
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('_', 'cursor_wrap', 1)
|
|
call denite#custom#option('_', 'prompt', '>')
|
|
call denite#custom#option('_', 'prompt', '>')
|
|
call denite#custom#option('_', 'updatetime', 16)
|
|
call denite#custom#option('_', 'updatetime', 16)
|