adios peekaboo
This commit is contained in:
parent
9cc54e1bdb
commit
6e86aeb061
|
@ -54,6 +54,7 @@ Plugin 'shawncplus/phpcomplete.vim'
|
|||
"
|
||||
"Plugin 'dsawardekar/wordpress.vim'
|
||||
" disabled - doesn't support universal ctags?
|
||||
|
||||
" vim-vue
|
||||
" https://github.com/posva/vim-vue
|
||||
Plugin 'posva/vim-vue'
|
||||
|
@ -77,10 +78,6 @@ Plugin 'vimwiki/vimwiki'
|
|||
" https://github.com/airblade/vim-gitgutter/blob/master/README.mkd
|
||||
Plugin 'airblade/vim-gitgutter'
|
||||
"
|
||||
" vim-peekaboo
|
||||
" https://github.com/junegunn/vim-peekaboo
|
||||
Plugin 'junegunn/vim-peekaboo'
|
||||
"
|
||||
" vim-gutentags
|
||||
" https://github.com/ludovicchabant/vim-gutentags
|
||||
Plugin 'ludovicchabant/vim-gutentags'
|
||||
|
@ -242,11 +239,6 @@ let g:hardtime_maxcount = 3
|
|||
let g:hardtime_ignore_buffer_patterns = ['TagBar', 'gitv']
|
||||
"}}}
|
||||
|
||||
" vim-peekaboo
|
||||
"{{{
|
||||
let g:peekaboo_window = 'vert to 30new'
|
||||
"}}}
|
||||
|
||||
" gitgutter
|
||||
"{{{
|
||||
nmap ]h <Plug>GitGutterNextHunk
|
||||
|
|
Loading…
Reference in New Issue