typo in setting autocomplete

This commit is contained in:
ManjaroOne666 2017-12-23 13:35:00 +00:00
parent 09356e1385
commit b189ad9e7a
1 changed files with 1 additions and 2 deletions

3
vimrc
View File

@ -216,8 +216,6 @@ set foldmethod=manual
set autoindent
set omnifunc=syntaxcomplete#complete
syntax on
set mouse=a
@ -299,6 +297,7 @@ let g:taboo_modified_tab_flag = "+"
let g:vue_disable_pre_processors=1
" MUcomplete
set omnifunc=syntaxcomplete#Complete
set completeopt+=menuone
let g:mucomplete#enable_auto_at_startup = 1
inoremap <expr> <c-e> mucomplete#popup_exit("\<c-e>")