A neovim plugin to display lsp hover documentation in a side panel.
Inspired by the VSCode extension Docs View.
Using vim-plug
Plug 'amrbashir/nvim-docs-view'
Using packer.nvim
use { 'amrbashir/nvim-docs-view' }
Use :DocsViewShow to open the docs view side panel
:DocsViewShow
MIT License © 2021 Amr Bashir