File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
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
@@ -46,6 +46,7 @@ require("lazy").setup({
4646 config = function () require (" gx" ).setup {
4747 open_browser_app = " os_specific" , -- specify your browser app; default for macOS is "open", Linux "xdg-open" and Windows "powershell.exe"
4848 open_browser_args = { " --background" }, -- specify any arguments, such as --background for macOS' "open".
49+ open_browser_optioins = {}, -- specify options passed to `vim.system`, see `vim.SystemOpts`
4950 handlers = {
5051 plugin = true , -- open plugin links in lua (e.g. packer, lazy, ..)
5152 github = true , -- open github issues
You can’t perform that action at this time.
0 commit comments