X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=init.vim;h=2609899e3640fac2ae2043a0007a2a0c6d0b6a5e;hp=90459edab093e03e7d7b90cc35aae93f91bce163;hb=63747432716dd8f8725bf7ffe47bc1a9a078a62f;hpb=c85eca3d696dc43072e12883e3f46da422b6cb51 diff --git a/init.vim b/init.vim index 90459ed..2609899 100644 --- a/init.vim +++ b/init.vim @@ -112,7 +112,7 @@ 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 -autocmd InsertEnter * call deoplete#enable() +au InsertEnter * call deoplete#enable() "augroup pencil "au!