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:
parent
c38b32415b
commit
3c558004bf
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue