A minimal and blazing fast indentline plugin
The main features of nvimdev/indentmini.nvim are: Indentation Guides.
Open-source alternatives to nvimdev/indentmini.nvim include: yaocccc/nvim-hlchunk — hignlight chunk numbercolumn plug of nvim. lucastavaresa/simpleindentguides.nvim — Indentation guides using the builtin variables. lukas-reineke/indent-blankline.nvim — indent-blankline.nvim is a visual utility for Neovim that improves document readability by rendering vertical… mr-lllll/cool-chunk.nvim — forked from hlchunk.nvim and removed indent. only chunk and context, simple and faster. nmac427/guess-indent.nvim — Automatic indentation style detection for Neovim. nvim-mini/mini.nvim — mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation,…
Indentation guides using the builtin variables.
indent-blankline.nvim is a visual utility for Neovim that improves document readability by rendering vertical alignment lines. This plugin serves as an indentation guide tool designed to clarify the structure of nested code blocks. The plugin utilizes Tree-Sitter parsing to function as a scope highlighter, drawing visual boundaries around variable and function scopes. This allows for the visualization of identifiers and block boundaries based on the language's syntax tree. The system manages code structure visualization through indentation guides and scope-based highlighting. It uses virtual
forked from hlchunk.nvim and removed indent. only chunk and context, simple and faster.
Dumb automatic fast indentation detection for Neovim written in Lua