Enable deoplete at startup

This commit is contained in:
Julian Ospald 2018-08-04 19:41:47 +08:00
parent fd0ec0ec30
commit cb32e85d5c
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -193,7 +193,7 @@ let g:neosnippet#enable_snipmate_compatibility = 1
let g:LanguageClient_autoStart = 0
" deoplete
let g:deoplete#enable_at_startup = 0
let g:deoplete#enable_at_startup = 1
" ==== delimitMate ====
let g:delimitMate_matchpairs = "(:),[:],{:}"