A Neovim plugin that changes cursor line number color based on the current Vim mode.
Modicator.nvim is a lightweight Neovim plugin that visually indicates the current editing mode by dynamically changing the color of the cursor line number. It enhances user awareness during mode transitions, reducing confusion and improving workflow efficiency.
Neovim users who frequently switch between editing modes (like Normal, Insert, Visual) and want clear, immediate visual feedback without cluttering their interface.
It offers seamless integration with existing setups, built-in synchronization with lualine.nvim's mode colors, and minimal configuration, providing a focused solution for mode indication compared to more complex statusline or UI plugins.
Cursor line number mode indicator plugin for Neovim
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Automatically syncs with lualine.nvim's mode colors out of the box, ensuring visual consistency between the statusline and line numbers without extra configuration.
Offers configurable highlight groups for each mode with options for bold, italic, and background settings, allowing fine-grained control over visual feedback.
Focuses solely on mode indication via line number colors, adding no unnecessary bloat to Neovim setups, as emphasized in its philosophy of minimalism.
Includes documented fixes for conflicts with plugins like marks.nvim, demonstrating practical consideration for real-world usage scenarios.
Mandates that termguicolors, cursorline, and number are enabled in Neovim, which might not be default and can lead to setup issues if overlooked.
The show_warnings option can emit false positives if other plugins modify the required options, potentially causing unnecessary debugging confusion.
Only provides visual feedback through line number colors, so users needing auditory or other non-visual indicators must seek additional plugins or solutions.