Files
nvim-docs-view/README.md
2022-05-13 18:44:08 +02:00

27 lines
587 B
Markdown

# nvim-docs-view
A neovim plugin to display lsp hover documentation in a side panel.
> Inspired by the VSCode extension [Docs View](https://marketplace.visualstudio.com/items?itemName=bierner.docs-view).
## Installation
Using [vim-plug](https://github.com/junegunn/vim-plug)
```viml
Plug 'amrbashir/nvim-docs-view'
```
Using [packer.nvim](https://github.com/wbthomason/packer.nvim)
```lua
use { 'amrbashir/nvim-docs-view' }
```
## Usage
Use `:DocsViewShow` to open the docs view side panel
## LICENSE
[MIT](./LICENSE) License © 2021 [Amr Bashir](https://github.com/amrbashir)