vim: add Quickpeek

feature/symbol-search
bretello 2021-03-15 10:29:08 +01:00
parent 8435ecacfd
commit a19be5a000
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'