mirror of
https://github.com/tiyn/nvim-docs-view.git
synced 2025-11-13 05:49:45 +01:00
init
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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 `:DocsViewOpen` to open the docs view side panel
|
||||
Reference in New Issue
Block a user