refactor(nvim): update keybinding for "gx.nvim" for breaking change

This commit is contained in:
Price Hiller 2024-01-21 01:32:43 -06:00
parent 16e4a2aa9e
commit 8ca0f428d0
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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