Disable preview window for autocomplete.

This commit is contained in:
Alex Yatskov 2015-03-12 20:38:59 +09:00
parent 86f431c7f5
commit 422d9afe56

View File

@ -8,6 +8,7 @@ set autochdir
set autoread
set autowrite
set backspace=indent,eol,start
set completeopt-=preview
set encoding=utf-8
set expandtab
set fileformats=unix,dos,mac