From a59cd089dc01724b8cab3831b26de188a7f08e6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 Dec 2022 19:42:08 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 0ef0893..44d17e4 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -389,6 +389,9 @@ CONFIGURATION *lazy.nvim-configuration* "‒", }, }, + -- leave nil, to automatically select a browser depending on your OS. + -- If you want to use a specific browser, you can define it here + browser = nil, ---@type string? throttle = 20, -- how frequently should the ui process render events custom_keys = { -- you can define custom key maps here.