feat(nvim): add gx.nvim
This commit is contained in:
parent
a15469a0f0
commit
6a3bb00926
10
dots/.config/nvim/lua/plugins/configs/gx.lua
Normal file
10
dots/.config/nvim/lua/plugins/configs/gx.lua
Normal 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
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user