[vim] add peekaboo plugin

This commit is contained in:
Mathieu Maret 2020-07-21 10:17:39 +02:00
parent e07d0ead27
commit bf9da4f95d
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -641,4 +641,6 @@ set nrformats=alpha,octal,hex
Plugin 'christoomey/vim-tmux-navigator'
let g:tmux_navigator_no_mappings=1
Plugin 'junegunn/vim-peekaboo'
call vundle#end()