0ql / google_search.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google_search.nvim

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.

Install

Packer

use { "0ql/google_search.nvim", requires = 'MunifTanjim/nui.nvim' }

Usage

Running

:GS

triggers the prompt.

About


Languages

Language:Lua 98.5%Language:Vim Script 1.5%