Opens a Dmenu-like prompt built with nui.nvim where you can enter your search term it will also give you search recommendation. Requires curl
and xdg-open
to work. This is my first neovim plugin so I'm not sure what I'm doing.
Packer
use { "0ql/google_search.nvim", requires = 'MunifTanjim/nui.nvim' }
Running
:GS
triggers the prompt.