mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 07:09:23 +02:00
Move leader keybinding into the whichkey config (#1089)
This commit is contained in:
parent
c94aac07cd
commit
47c44ae248
3 changed files with 23 additions and 26 deletions
|
@ -90,7 +90,6 @@ M.setup = function()
|
|||
return
|
||||
end
|
||||
telescope.setup(lvim.builtin.telescope)
|
||||
vim.api.nvim_set_keymap("n", "<Leader>f", ":Telescope find_files<CR>", { noremap = true, silent = true })
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue