nvim: remove redundant parameter

DuckDuckGo is already set as the default search engine, no need to
specify it again in the key map.
This commit is contained in:
Fernando Schauenburg 2024-07-17 20:45:40 +02:00
parent c38b32415b
commit 3c558004bf

View file

@ -10,7 +10,7 @@ return {
keys = { keys = {
{ {
"<leader>o", "<leader>o",
"<Plug>(openbrowser-smart-search) -duckduckgo", "<Plug>(openbrowser-smart-search)",
desc = "󰖟 [o]pen URL under cursor or search the web", desc = "󰖟 [o]pen URL under cursor or search the web",
mode = { "n", "v" }, mode = { "n", "v" },
}, },