X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=init.vim;h=9817a3d79d61357cfc2d59a30af46c7bc6981c29;hp=eae73f731b8ce59f9d9c803ddc04b3ee151f3702;hb=b0639c8596bdfcb4d30c4ebc846f0bac55af62fb;hpb=db4b6f6deafef656c17f410235d59925c55313fa diff --git a/init.vim b/init.vim index eae73f7..9817a3d 100644 --- a/init.vim +++ b/init.vim @@ -120,7 +120,10 @@ let g:clang_compilation_database = '.' let g:python3_host_prog = '/usr/bin/python3' " deoplete requires huge startuptime. Delay loading upon first InsertEnter. let g:deoplete#enable_at_startup = 0 -let g:deoplete#enable_smart_case = 1 +call deoplete#custom#option({ + \ 'smart_case' : v:true, + \ 'auto_refresh_delay' : 100, + \ }) au InsertEnter * call deoplete#enable() "augroup pencil @@ -178,6 +181,8 @@ augroup END let g:localvimrc_persistent = 1 +let g:fastfold_minlines = 0 + au FileType markdown call RagtagInit() let g:detectspelllang_langs = {} @@ -291,6 +296,9 @@ let s:normal_mode_mappings = [ \ ['r', '', 'noremap'], \ ] +" termdebug split windows +let g:termdebug_wide=1 + """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" runtime keymaps.vim