feat(nvim): add gx.nvim

This commit is contained in:
Price Hiller 2023-08-26 08:58:54 -05:00
parent a15469a0f0
commit 6a3bb00926
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -0,0 +1,10 @@
return {
{
"chrishrb/gx.nvim",
keys = {
{ "gx", desc = "Open filepath or URI" }
},
dependencies = { "nvim-lua/plenary.nvim" },
config = true, -- default settings
},
}