chore: update README.md

This commit is contained in:
amrbashir
2022-05-13 17:53:14 +02:00
parent fa1daa746d
commit 1ef4881e5c

View File

@@ -3,7 +3,7 @@
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
## Installation
Using [vim-plug](https://github.com/junegunn/vim-plug)
@@ -17,6 +17,10 @@ Using [packer.nvim](https://github.com/wbthomason/packer.nvim)
use { 'amrbashir/nvim-docs-view' }
```
### Usage
## Usage
Use `:DocsViewOpen` to open the docs view side panel
## LICENSE
[MIT](./LICENSE) License © 2021 [Amr Bashir](https://github.com/amrbashir)