qwfy / doc-browser-nvim

Neovim plugin for Doc Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim plugin for Doc Browser.

Table of Contents

Installation

If you are using vim-plug:

Plug 'qwfy/doc-browser-nvim', { 'do': ':UpdateRemotePlugins' }

If you are using other plugin managers, don’t forget to execute :UpdateRemotePlugins after installing this plugin.

Usage

Use <leader>b to summon doc-browser. An instance of doc-browser should be running before the call.

<leader>h is like <leader>b, but it searches Hoogle.

let g:docbrowser_map = 0 in your vimrc if you don’t like the default binding.

Use function DocbrowserSummon(<your search string here>) to search arbitrary string.

About

Neovim plugin for Doc Browser


Languages

Language:Python 52.4%Language:Vim Script 47.6%