mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
supertab autocompletion
This commit is contained in:
parent
4d91357e02
commit
d284a3b989
2 changed files with 6 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ Bundle 'kien/ctrlp.vim'
|
|||
"Bundle 'Lokaltog/vim-powerline'
|
||||
Bundle 'bling/vim-airline'
|
||||
Bundle 'scrooloose/nerdtree'
|
||||
"Bundle 'ervandew/supertab'
|
||||
Bundle 'ervandew/supertab'
|
||||
"Bundle 'Valloric/YouCompleteMe'
|
||||
Bundle 'scrooloose/syntastic'
|
||||
"Bundle 'majutsushi/tagbar'
|
||||
"Bundle 'airblade/vim-gitgutter'
|
||||
|
|
|
|||
4
vimrc
4
vimrc
|
|
@ -171,6 +171,10 @@ nnoremap <leader>a :Ag<SPACE>
|
|||
|
||||
"SuperTab options
|
||||
let g:SuperTabDefaultCompletionType = "context"
|
||||
" Complete options (disable preview scratch window)
|
||||
set completeopt=menu,menuone,longest
|
||||
" Limit popup menu height
|
||||
set pumheight=15
|
||||
|
||||
"OmniComplete
|
||||
let g:rubycomplete_buffer_loading = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue