Skip to content

Commit

Permalink
use ddg for gx search
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Dec 22, 2023
1 parent 205bcc9 commit b12df77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/plugins/editing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ return {
"chrishrb/gx.nvim",
event = { "BufEnter" },
dependencies = { "nvim-lua/plenary.nvim" },
config = true, -- default settings
opts = {
handler_options = {
search_engine = "duckduckgo",
}
},
},
{
"folke/flash.nvim",
Expand Down

0 comments on commit b12df77

Please sign in to comment.