nvim/lua/plugins/open-github.lua
RingOfStorms (Joshua Bell) 452abf2029 formatting
2023-07-05 10:06:18 -05:00

7 lines
137 B
Lua

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