Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days 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/)

![Screenshot](https://github.com/user-attachments/assets/28f03dbc-385d-4c17-a4ef-bb6b79561142)

# 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`.