feat(nvim): add Telescope heading plugin

This commit is contained in:
Stefan Imhoff
2022-09-30 16:57:11 +02:00
parent 46c69592b3
commit 9f19e41302
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ telescope.load_extension("lsp_handlers")
telescope.load_extension("fzf")
telescope.load_extension("harpoon")
telescope.load_extension("projects")
telescope.load_extension("heading")
-- Keymaps
keymap("n", "<leader>bm", [[<Cmd>Telescope bookmarks<CR>]], opts)