back to home

lukas-reineke / indent-blankline.nvim

Indent guides for Neovim

4,875 stars
118 forks
24 issues
LuaMakefile

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing lukas-reineke/indent-blankline.nvim in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/lukas-reineke/indent-blankline.nvim)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Indent Blankline This plugin adds indentation guides to Neovim. It uses Neovim's virtual text feature and **no conceal** To start using indent-blankline, call the function. This plugin requires the latest stable version of Neovim. Install Use your favorite plugin manager to install. For lazy.nvim: For pckr.nvim: Setup To initialize and configure indent-blankline, run the function. Optionally, you can pass a configuration table to the setup function. For all available options, take a look at . Screenshots Simple Scope Scope requires treesitter to be set up. The scope is _not_ the current indentation level! Instead, it is the indentation level where variables or functions are accessible, as in Wikipedia Scope (Computer Science)>). This depends on the language you are writing. For more information, see . The start and end of scope uses underline, so to achieve the best result you might need to tweak the underline position. In Kitty terminal for example you can do that with modify_font Mixed indentation Multiple indent colors Background color indentation guides rainbow-delimiters.nvim integration rainbow-delimiters.nvim