This commit is contained in:
RingOfStorms (Joshua Bell) 2023-07-07 17:10:41 -05:00
parent 9ca3c33cd2
commit f703852dd5
13 changed files with 166 additions and 437 deletions

View file

@ -2,6 +2,6 @@ return {
"Almo7aya/openingh.nvim",
event = "BufEnter",
keys = {
{ "<leader>gf", ":OpenInGHFile <CR>", desc = "Open in git" },
{ "<leader>gf", "<cmd>OpenInGHFile<CR>", desc = "Open in git" },
},
}