Move leader keybinding into the whichkey config (#1089)

This commit is contained in:
rebuilt 2021-07-25 13:39:33 +02:00 committed by GitHub
parent c94aac07cd
commit 47c44ae248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 26 deletions

View file

@ -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