fix(OpenBrowser): Typo in lazy.nvim commands config

This commit is contained in:
Jiří Štefka 2023-09-19 19:38:37 +02:00
parent 8de63b5f59
commit 730d24f51d
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -389,7 +389,7 @@ local config = {
-- Plugins for other plugins
{
"tyru/open-browser.vim",
cmd = { "OPenBrowser", "OpenBrowserSearch", "OpenBrowserSmartSearch" },
cmd = { "OpenBrowser", "OpenBrowserSearch", "OpenBrowserSmartSearch" },
},
--Social