Neovim plugin that displays register contents in a preview window when accessing registers, eliminating the need for :reg.
registers.nvim is a Neovim plugin that provides a visual interface for previewing and selecting register contents. It solves the problem of having to remember register names and contents by showing what's in each register before you paste, making register usage more efficient and intuitive.
Neovim users who frequently work with registers and want to improve their workflow efficiency, particularly those who find themselves constantly using :reg to check register contents.
Developers choose registers.nvim because it eliminates the mental overhead of remembering register contents while maintaining full compatibility with Neovim's native register functionality. The visual preview and seamless integration make register operations faster and more pleasant.
📑 Neovim plugin to preview the contents of the registers
Displays contents of all filled registers when pressing " or Ctrl+R, eliminating the need to use :reg first, as emphasized in the summary for efficiency gains.
Works with default keybindings like " in normal mode and Ctrl+R in insert mode, enhancing rather than replacing Neovim's native register behavior, ensuring compatibility.
Offers configurable settings for window appearance, register display, and key bindings, with a detailed configuration table in the README allowing fine-tuned control.
Provides basic syntax highlighting and register type symbols (e.g., ᶜ for char-wise), improving readability and user understanding of register contents.
The author explicitly states the plugin is not actively maintained, meaning bugs may go unfixed and new features are unlikely, posing a risk for long-term use.
Requires Lua setup and integration with plugin managers like Packer or Lazy.nvim, which can be daunting for users unfamiliar with Neovim's configuration ecosystem.
The visual UI and preview functionality might introduce slight latency, especially on slower systems, a trade-off for the enhanced user experience.
Clipboard manager neovim plugin with telescope integration
👀 dynamically interact with vim registers
killring-alike plugin for neovim and vim 8 with no default mappings
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.