🌐 Add gx plugin
- Allows a more polished link-opener that supports more features
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
-- ----------------------------------- gx --------------------------------------
|
||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
return {
|
||||||
|
"chrishrb/gx.nvim",
|
||||||
|
keys = { { "gx", "<cmd>Browse<cr>", mode = { "n", "x" } } },
|
||||||
|
cmd = { "Browse" },
|
||||||
|
init = function()
|
||||||
|
vim.g.netrw_nogx = 1 -- disable netrw gx
|
||||||
|
end,
|
||||||
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
|
config = true, -- default settings
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user