nvim/lua/user/open-github.lua
RingOfStorms (Joshua Bell) dc3e319f27 Working on LSP and shit like that, Astro config is confusing, need to
learn it myself from scratch
2023-05-23 02:56:59 -05:00

10 lines
224 B
Lua

return {
"Almo7aya/openingh.nvim",
commit = "374c081409dc238018cd986410f16190d8f9f680",
event = "User AstroFile",
mappings = {
n = {
["<leader>gf"] = { ":OpenInGHFile <CR>", desc = "Open in github" },
},
},
}