]> git.rmz.io Git - dotfiles.git/commitdiff
vim: add vim-peekaboo plugin
authorSamir Benmendil <me@rmz.io>
Thu, 13 Apr 2023 15:53:14 +0000 (16:53 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:23:07 +0000 (17:23 +0000)
vim/vimrc

index e914e3a8ceea18f0567001f8547a1e8c6cb15c8a..5afe1ac6ffa1142147d03875764d11e294121051 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -176,6 +176,13 @@ Plug 'puremourning/vimspector'
 Plug 'ilyachur/cmake4vim'
 Plug 'ilyachur/gtest-vim'
 
+Plug 'junegunn/vim-peekaboo' "{{{2
+" issue with having it at the bottom is that it doesn't leave much 
+let g:peekaboo_window = 'bo 16new'
+let g:peekaboo_compact = 1
+let g:peekaboo_delay = 500
+"}}}
+
 Plug 'vim-scripts/syntaxrange'
 
 let g:org_agenda_files = ['~/org/*.org']