chore(nvim): add new keymap for Telescope gh pull requests

This commit is contained in:
Stefan Imhoff
2024-03-15 17:11:37 +01:00
parent 9682376b25
commit 496130dba5

View File

@@ -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,