vim: add Quickpeek

feature/improve-speed
bretello 2021-03-15 10:29:08 +01:00
parent f95cbf6e5c
commit 55abb84de7
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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'