nvim/lua/plugins/repolink.lua
2024-06-19 16:45:33 -04:00

10 lines
131 B
Lua

return {
{
"9seconds/repolink.nvim",
opts = {
use_full_commit_hash = true,
bang_register = "+",
}
},
}