Skip to content

Commit ddb2494

Browse files
committed
feat: update README
1 parent e552778 commit ddb2494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## ⚡️ Requirements
2323

24-
* Neovim >= 0.5.0
24+
* Neovim >= 0.10.0
2525
* macOS (`open`), Linux (`xdg-open`) or Windows (`powershell.exe start explorer.exe`)
2626

2727
## 📦 Installation
@@ -38,14 +38,14 @@ require("lazy").setup({
3838
init = function ()
3939
vim.g.netrw_nogx = 1 -- disable netrw gx
4040
end,
41-
dependencies = { "nvim-lua/plenary.nvim" },
4241
config = true, -- default settings
4342
submodules = false, -- not needed, submodules are required only for tests
4443

4544
-- you can specify also another config if you want
4645
config = function() require("gx").setup {
4746
open_browser_app = "os_specific", -- specify your browser app; default for macOS is "open", Linux "xdg-open" and Windows "powershell.exe"
4847
open_browser_args = { "--background" }, -- specify any arguments, such as --background for macOS' "open".
48+
open_browser_optioins = {}, -- specify options passed to `vim.system`, see `vim.SystemOpts`
4949
handlers = {
5050
plugin = true, -- open plugin links in lua (e.g. packer, lazy, ..)
5151
github = true, -- open github issues

0 commit comments

Comments
 (0)