chrishrb / gx.nvim

Implementation of gx without the need of netrw
Apache License 2.0
186 stars 19 forks source link

feat: allow the use of custom search engines #29

Closed jstnas closed 9 months ago

jstnas commented 9 months ago

The current system only allows a hardcoded selection of search engines to be used. With this change the user can use any search engine through the search_engine variable. The downside is that now people can misconfigure the variable which will prevent search handler from working, but I think that's a fair trade off.

chrishrbAtJambit commented 9 months ago

looks good to me. can you maybe add some details to the README.md?