Skip to content

Commit 2a90436

Browse files
committed
feat: update README
1 parent 74e0f1c commit 2a90436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
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
@@ -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

0 commit comments

Comments
 (0)