dotfiles/home/dot_config/nvim/lua/plugins/openingh.lua

19 lines
374 B
Lua
Raw Normal View History

2024-10-22 12:12:36 +01:00
return {
{
"https://gitea.gwairfelin.com/max/openingh.nvim",
keys = {
{
"<leader>gB",
"<cmd>OpenInGHFile!<cr>",
desc = "Open this file in the git remote",
},
{
"<leader>gB",
"<cmd>'<,'>OpenInGHFileLines!<cr>",
desc = "Open these lines in the git remote",
mode = "v",
},
},
},
}