feat: peek
This commit is contained in:
parent
b94daf0bd3
commit
9571595b6f
2 changed files with 3 additions and 1 deletions
dotfiles/neovim/lua/my/plugins
|
@ -36,7 +36,8 @@ local function setupKeybinds(obj, path)
|
|||
setupKeybinds(keybinds, path .. "." .. name)
|
||||
else
|
||||
-- Maps the keybind to the action
|
||||
mapSilent('n', keybinds, "<cmd>lua require('telescope" .. path .. "')." .. name .. "()<CR>")
|
||||
mapSilent('n', keybinds, "<cmd>lua require('telescope" .. path ..
|
||||
"')." .. name .. "()<CR>")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue