mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): add Telescope heading plugin
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user