mirror of
https://github.com/tiyn/nvim-docs-view.git
synced 2025-11-13 13:59:46 +01:00
587 B
587 B
nvim-docs-view
A neovim plugin to display lsp hover documentation in a side panel.
Inspired by the VSCode extension Docs View.
Installation
Using vim-plug
Plug 'amrbashir/nvim-docs-view'
Using packer.nvim
use { 'amrbashir/nvim-docs-view' }
Usage
Use :DocsViewOpen to open the docs view side panel
LICENSE
MIT License © 2021 Amr Bashir