feat(nvim): add gx.nvim

This commit is contained in:
Price Hiller 2023-08-26 08:58:54 -05:00
parent a15469a0f0
commit 6a3bb00926
No known key found for this signature in database

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
},
}