mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): add GitHub CLI plugin for Telescope
This commit is contained in:
@@ -19,6 +19,7 @@ telescope.load_extension("fzf")
|
||||
telescope.load_extension("harpoon")
|
||||
telescope.load_extension("projects")
|
||||
telescope.load_extension("heading")
|
||||
telescope.load_extension("gh")
|
||||
|
||||
-- Keymaps
|
||||
keymap("n", "<C-p>", [[<Cmd>Telescope find_files<CR>]], opts)
|
||||
|
||||
Reference in New Issue
Block a user