mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add new keymap for Telescope gh pull requests
This commit is contained in:
@@ -5,6 +5,9 @@ return {
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-telescope/telescope-github.nvim",
|
||||
keys = {
|
||||
{ ";p", "<cmd>Telescope gh pull_request<cr>", desc = "GitHub Pull Requests" },
|
||||
},
|
||||
config = function()
|
||||
require("telescope").load_extension("gh")
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user