neovim: Revive ;* with fzf
This commit is contained in:
parent
3802baa6a2
commit
f4dae6f9e6
1 changed files with 5 additions and 0 deletions
|
|
@ -142,6 +142,11 @@ map <silent> ;g :call fzf#run({
|
|||
\ 'sink': function('RgHandler'),
|
||||
\ 'options': '+m',
|
||||
\})<CR>
|
||||
map <silent> ;* :call fzf#run({
|
||||
\ 'source': 'rg --vimgrep --no-heading --smart-case --hidden --regexp '.shellescape(expand('<cword>')),
|
||||
\ 'sink': function('RgHandler'),
|
||||
\ 'options': '+m',
|
||||
\})<CR>
|
||||
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
let g:deoplete#disable_auto_complete = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue