feat: improve inverse search cmd
This commit is contained in:
parent
aea9d07ae9
commit
f1cc5ca1ba
6 changed files with 42 additions and 28 deletions
|
|
@ -1,5 +1,5 @@
|
|||
return {
|
||||
'barrettruth/fzf-lua',
|
||||
'ibhagwan/fzf-lua',
|
||||
after = function()
|
||||
local fzf = require('fzf-lua')
|
||||
local has_nonicons = pcall(require, 'nonicons')
|
||||
|
|
@ -94,6 +94,7 @@ return {
|
|||
fzf_reload.reload()
|
||||
end
|
||||
end,
|
||||
cmd = 'FzfLua',
|
||||
keys = {
|
||||
{
|
||||
'<c-t>',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue