range-highlight.nvim
Range Highlighter
A lightweight plugin for highlighting ranges in the command line within an editor
An extremely lightweight plugin (~ 120loc) that hightlights ranges you have entered in commandline.
206 stars
4 watching
4 forks
Language: Lua
last commit: over 1 year ago
Linked from 1 awesome list
neovimneovim-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
| A NeoVim plugin for visually highlighting selections with customizable colors. | 310 |
| A Neovim plugin to visually highlight text that exceeds a specified line length. | 48 |
| A tool to help focus on specific programming functions or structures using Treesitter syntax highlighting. | 110 |
| A plugin for highlighting and navigating through multiple words in a buffer. | 44 |
| A plugin that highlights individual characters with a customizable color column in Neovim. | 98 |
| A plugin that dimmages highlights on unused functions and variables in code editors | 314 |
| A plugin to apply custom highlights to diagnostics in a code editor | 59 |
| A plugin that highlights whitespace characters in visual mode for code editors | 163 |
| A plugin for Neovim that applies dynamic highlights and window coloring based on mode changes and operator usage. | 202 |
| A filetype mode that highlights and conceals text buffers with colored syntax codes | 209 |
| Highlights arguments' definitions and usages in source code. | 474 |
| A plugin that visually highlights the word under the cursor in a text editor. | 135 |
| A plugin that provides in-editor annotations to help developers understand the end of an Abstract Syntax Tree (AST) node in various programming languages. | 249 |
| Provides visual cues in Neovim text editors to highlight the context of code snippets | 378 |