mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
smaller autocomplete
This commit is contained in:
parent
e30dfe574d
commit
7c64d36069
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -127,7 +127,7 @@ let g:SuperTabDefaultCompletionType = "context"
|
||||||
" Complete options (disable preview scratch window)
|
" Complete options (disable preview scratch window)
|
||||||
set completeopt=menu,menuone,longest
|
set completeopt=menu,menuone,longest
|
||||||
" Limit popup menu height
|
" Limit popup menu height
|
||||||
set pumheight=15
|
set pumheight=10
|
||||||
|
|
||||||
"OmniComplete
|
"OmniComplete
|
||||||
let g:rubycomplete_buffer_loading = 1
|
let g:rubycomplete_buffer_loading = 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue