Skip to content

qwfy/doc-browser-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published