feat(neovim): extend telescope key bindings
This commit is contained in:
parent
42e069fd0f
commit
b1039c9a2b
4 changed files with 61 additions and 6 deletions
|
@ -37,11 +37,6 @@ vim.g.closetag_regions = {
|
|||
|
||||
local wk = require("which-key")
|
||||
|
||||
wk.register({
|
||||
[";"] = { require("telescope.builtin").find_files, "Find files" },
|
||||
[","] = { require("telescope.builtin").live_grep, "Find content" },
|
||||
}, { mode = "n" })
|
||||
|
||||
require("nvim-tree").setup {}
|
||||
wk.register({
|
||||
["<C-p>"] = { require("nvim-tree").toggle, "Toggle NVimTree" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue