diff --git a/vim/plugins_config.vim b/vim/plugins_config.vim index ee71e0b..74508fa 100644 --- a/vim/plugins_config.vim +++ b/vim/plugins_config.vim @@ -182,3 +182,7 @@ let g:snipMate = { 'snippet_version' : 1 } let g:snipMate.description_in_completion = 1 let g:ackprg = 'rg --vimgrep --no-heading' + +"" Quickpeek +" Automatically open the quickpeek window +let g:quickpeek_auto = v:true diff --git a/vim/plugs.vim b/vim/plugs.vim index 9881184..e7fe697 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -38,6 +38,9 @@ Plug 'https://github.com/maxbrunsfeld/vim-yankstack' " Mark indentation level Plug 'https://github.com/nathanaelkane/vim-indent-guides' +" Quickpeek +Plug 'https://github.com/AndrewRadev/quickpeek.vim' + " snipmate Plug 'https://github.com/MarcWeber/vim-addon-mw-utils' Plug 'https://github.com/tomtom/tlib_vim'