mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: add Quickpeek
This commit is contained in:
parent
f95cbf6e5c
commit
55abb84de7
|
@ -182,3 +182,7 @@ let g:snipMate = { 'snippet_version' : 1 }
|
||||||
let g:snipMate.description_in_completion = 1
|
let g:snipMate.description_in_completion = 1
|
||||||
|
|
||||||
let g:ackprg = 'rg --vimgrep --no-heading'
|
let g:ackprg = 'rg --vimgrep --no-heading'
|
||||||
|
|
||||||
|
"" Quickpeek
|
||||||
|
" Automatically open the quickpeek window
|
||||||
|
let g:quickpeek_auto = v:true
|
||||||
|
|
|
@ -38,6 +38,9 @@ Plug 'https://github.com/maxbrunsfeld/vim-yankstack'
|
||||||
" Mark indentation level
|
" Mark indentation level
|
||||||
Plug 'https://github.com/nathanaelkane/vim-indent-guides'
|
Plug 'https://github.com/nathanaelkane/vim-indent-guides'
|
||||||
|
|
||||||
|
" Quickpeek
|
||||||
|
Plug 'https://github.com/AndrewRadev/quickpeek.vim'
|
||||||
|
|
||||||
" snipmate
|
" snipmate
|
||||||
Plug 'https://github.com/MarcWeber/vim-addon-mw-utils'
|
Plug 'https://github.com/MarcWeber/vim-addon-mw-utils'
|
||||||
Plug 'https://github.com/tomtom/tlib_vim'
|
Plug 'https://github.com/tomtom/tlib_vim'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user