peekaboo
This commit is contained in:
parent
6f9b714b15
commit
ccd8f8b207
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
### Registers
|
### Registers
|
||||||
|
|
||||||
|
* `"` See (and use) registers
|
||||||
* `<Leader>fr` Fuzzy find by registers
|
* `<Leader>fr` Fuzzy find by registers
|
||||||
|
|
||||||
### Git
|
### Git
|
||||||
|
|
|
@ -40,8 +40,8 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
||||||
Plug 'nvim-telescope/telescope.nvim'
|
Plug 'nvim-telescope/telescope.nvim'
|
||||||
Plug 'BurntSushi/ripgrep'
|
Plug 'BurntSushi/ripgrep'
|
||||||
|
|
||||||
Plug 'nvim-lua/plenary.nvim'
|
|
||||||
Plug 'lewis6991/gitsigns.nvim'
|
Plug 'lewis6991/gitsigns.nvim'
|
||||||
|
Plug 'junegunn/vim-peekaboo'
|
||||||
|
|
||||||
if executable('ctags')
|
if executable('ctags')
|
||||||
Plug 'ludovicchabant/vim-gutentags'
|
Plug 'ludovicchabant/vim-gutentags'
|
||||||
|
|
Loading…
Add table
Reference in a new issue