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)

View File

@@ -89,6 +89,7 @@ return packer.startup(function(use)
use("sudormrfbin/cheatsheet.nvim") -- Searchable cheatsheet
use("nvim-telescope/telescope-node-modules.nvim") -- node_modules packages
use("gbrlsnchs/telescope-lsp-handlers.nvim") -- LSP handlers
use("crispgm/telescope-heading.nvim") -- Jump between headings
use({ "nvim-telescope/telescope-fzf-native.nvim", run = "make" })
use({ "nvim-telescope/telescope-frecency.nvim", requires = { "tami5/sqlite.lua" } }) -- Frequency and recency