refactor(nvim): update keybinding for "gx.nvim" for breaking change
This commit is contained in:
parent
16e4a2aa9e
commit
8ca0f428d0
@ -2,7 +2,7 @@ return {
|
|||||||
{
|
{
|
||||||
"chrishrb/gx.nvim",
|
"chrishrb/gx.nvim",
|
||||||
keys = {
|
keys = {
|
||||||
{ "gx", desc = "Open filepath or URI" },
|
{ "gx", "<cmd>Browse<CR>", desc = "Open filepath or URI" },
|
||||||
},
|
},
|
||||||
dependencies = { "nvim-lua/plenary.nvim" },
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
config = true, -- default settings
|
config = true, -- default settings
|
||||||
|
Loading…
Reference in New Issue
Block a user