Removed left over deoplete

This commit is contained in:
David Holland 2019-02-20 22:56:55 +01:00
parent 2589a2d8ca
commit bfdd7ad37e
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
set nocompatible
if g:use_font==1
set guifont=Hack:h14
Guifont! Hack:h14
set guifont=Hack:h16
Guifont! Hack:h16
else
set guifont=Consolas:h14
Guifont! Consolas:h14

View File

@ -388,7 +388,7 @@ endif
if g:use_javacomplete==1
autocmd FileType java setlocal omnifunc=javacomplete#Complete
endif
if g:use_deoplete==1
if g:use_autocomplete==2
let g:deoplete#enable_at_startup = 1
endif