adios peekaboo

This commit is contained in:
ManjaroOne666 2018-05-01 23:55:07 +01:00
parent 9cc54e1bdb
commit 6e86aeb061
1 changed files with 1 additions and 9 deletions

View File

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