We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a90436 commit b09fcd6Copy full SHA for b09fcd6
README.md
@@ -46,7 +46,7 @@ require("lazy").setup({
46
config = function() require("gx").setup {
47
open_browser_app = "os_specific", -- specify your browser app; default for macOS is "open", Linux "xdg-open" and Windows "powershell.exe"
48
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`
+ open_browser_options = {}, -- specify options passed to `vim.system`, see `vim.SystemOpts`
50
handlers = {
51
plugin = true, -- open plugin links in lua (e.g. packer, lazy, ..)
52
github = true, -- open github issues
0 commit comments