indent-blankline.nvim icon indicating copy to clipboard operation
indent-blankline.nvim copied to clipboard

Indent guides for Neovim

Results 37 indent-blankline.nvim issues
Sort by recently updated
recently updated
newest added

during `incsearch`, when the window scrolls to show the search match, the indentations are not redrawn, causing them to overlap with the displayed text. example: ![image](https://user-images.githubusercontent.com/6306455/178778236-622a9395-5669-4335-ae58-5b94b43ed2a8.png) This also affects vertical...

Sorry I am quite new to nvim so this might be a stupid question, but I noticed with super large files (200k lines) having this plugin enabled murders the performance...

Given file ```c int main() { int foo; int bar; } // vim: set expandtab tabstop=8 shiftwidth=4: ``` Type `:%s/^ \+int/char` but don't hit enter yet, by default (`inccommand=nosplit`) it...

![image](https://user-images.githubusercontent.com/24812659/168659102-852edb79-0fca-425c-bbe6-ba52ce5cf732.png) In nvim-tree.lua, we can set renderer.indent_markers.icons.conrer to change the indent line corner icon. Could this plugin provide this feature? ``` renderer = { indent_markers = { enable = true,...

I was changing my lua config to add indent-blankline.nvim as plugin. After reloading the lines showed up just fine, BUT when I wanted to add another config and pressed {...

So there is `Normal` and `NormalNC` built-in highlight groups which allows to have different highlights for active and inactive windows. I'm wondering whether it's possible to have some indent highlight...

Only happens with neovim `0.5`, works properly with any version >= `0.5.1` (tested, `0.6`, `0.6.1` and `0.7` nightly): ![Peek 2022-02-23 11-36](https://user-images.githubusercontent.com/59988195/155394837-2287c4a1-e69e-4e82-878a-26129a045fd1.gif)

First of all, thanks for making such an awesome plugin! I especially love the option to colourise the guide lines but sometimes it does look a bit excessive. So I'm...