Added peekaboo, javacomlete2
This commit is contained in:
parent
6e58cd5ccf
commit
82cd096145
2 changed files with 11 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ Plugin 'posva/vim-vue'
|
||||||
Plugin 'mattn/emmet-vim'
|
Plugin 'mattn/emmet-vim'
|
||||||
Plugin 'vim-airline/vim-airline'
|
Plugin 'vim-airline/vim-airline'
|
||||||
Plugin 'ap/vim-buftabline'
|
Plugin 'ap/vim-buftabline'
|
||||||
|
Plugin 'junegunn/vim-peekaboo'
|
||||||
|
Plugin 'artur-shaik/vim-javacomplete2'
|
||||||
|
|
||||||
" The following are examples of different formats supported.
|
" The following are examples of different formats supported.
|
||||||
" Keep Plugin commands between vundle#begin/end.
|
" Keep Plugin commands between vundle#begin/end.
|
||||||
|
|
@ -282,6 +284,14 @@ let g:user_emmet_leader_key=','
|
||||||
let g:jedi#popup_on_dot = 0
|
let g:jedi#popup_on_dot = 0
|
||||||
|
|
||||||
|
|
||||||
|
" Peekaboo window width
|
||||||
|
let g:peekaboo_window = 'vert bo 65new'
|
||||||
|
|
||||||
|
|
||||||
|
" javacomplete2
|
||||||
|
autocmd FileType java setlocal omnifunc=javacomplete#Complete
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
colorscheme darcula
|
colorscheme darcula
|
||||||
|
|
|
||||||
|
|
@ -70,3 +70,4 @@ alias scp='noglob scp' # Allows wildcards in scp commands
|
||||||
alias rsync='noglob rsync' # Allows wildcards in rsync commands
|
alias rsync='noglob rsync' # Allows wildcards in rsync commands
|
||||||
setxkbmap -option caps:escape # Change capslock key to escape
|
setxkbmap -option caps:escape # Change capslock key to escape
|
||||||
zstyle ':completion:*' rehash true # Find new executables for autcompletion
|
zstyle ':completion:*' rehash true # Find new executables for autcompletion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue