A Neovim plugin that displays LSP hover documentation in a resizable side panel for better code reference.
nvim-docs-view is a Neovim plugin that displays Language Server Protocol hover documentation in a persistent side panel instead of temporary popups. It solves the problem of documentation disappearing when moving the cursor, providing a dedicated space for reference material while coding. The plugin is inspired by VSCode's Docs View extension and brings similar functionality to the Neovim ecosystem.
Neovim users who work with LSP-enabled languages and want persistent, readable documentation access without interrupting their editing flow. Particularly valuable for developers who reference documentation frequently while coding.
Developers choose nvim-docs-view because it provides a cleaner, more persistent documentation viewing experience compared to Neovim's default hover windows. Its customizable panel positioning and update modes offer flexibility that integrates seamlessly into different workflows.
A neovim plugin to display lsp hover documentation in a side panel.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Displays LSP hover content in a fixed side window that stays open during navigation, reducing context switching by keeping docs visible while coding.
Allows the panel to be placed on right, left, top, or bottom with adjustable width and height, offering flexibility for different editor layouts as per the setup options.
Supports both automatic updates on cursor movement and manual control via the :DocsViewUpdate command, catering to varied workflow preferences.
Brings the convenient side panel documentation viewing from VSCode's Docs View extension to Neovim, easing the transition for developers familiar with that ecosystem.
Limited to displaying documentation from LSP hover responses, so it cannot show help from other sources like Neovim's built-in :help or external documentation tools.
The side panel consumes screen space continuously, which can be intrusive for users with limited monitor space or those who prefer a clean, distraction-free interface.
Lacks advanced features such as search within documentation, syntax highlighting customization, or integration with other plugins, reflecting its focused, minimal philosophy.
nvim-docs-view is an open-source alternative to the following products: