An open API service indexing awesome lists of open source software.

https://github.com/vimpostor/vim-clue

Documentation right at your fingertips
https://github.com/vimpostor/vim-clue

docs documentation neovim neovim-plugin nvim vim vim-plugin zeal

Last synced: 7 months ago
JSON representation

Documentation right at your fingertips

Awesome Lists containing this project

README

          

# vim-clue

Documentation directly at your fingertips.

# Installation

Using **vim-plug**:

```vim
Plug 'vimpostor/vim-clue'
```

Additionally the following software dependencies are required to be installed:
- [zeal](https://zealdocs.org/)
- [sqlite](https://www.sqlite.org/)
- [pandoc](https://pandoc.org/)
- [elinks](https://github.com/rkd77/elinks)

![Screenshot](https://github.com/user-attachments/assets/2594f14e-0f84-4657-a0cb-ef5de66e1a0b)

# Usage

Press `F1` on any symbol to look it up directly inside Vim. The plugin will consult any Dash docsets that you have installed and will open the matching documentation in a popup by default. Alternatively other external programs can be used.

For more information consult the extensive help page under `:help clue-configure`.