File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments