vim-indentguides icon indicating copy to clipboard operation
vim-indentguides copied to clipboard

📐 Simple indentation guides for your buffers

Results 14 vim-indentguides issues
Sort by recently updated
recently updated
newest added

I find the indent guides a bit cluttered for normal usage, but there are times I really want to see them. So it would be very helpful to have a...

I noticed that indentguides was changing my listchar settings and there was no option to turn that off. Looking at the code, it doesn't seem like that was even necessary,...

I've tried the let g:indentguides_ignorelist = ['text', 'markdown', 'json'] command in .vimrc but even after checking conceallevel is set to 0, characters are missing (i.e. underscores, square brackets, parenthesis) and...

I'm using this with neovim in iTerm2 and with `set cursorline`, there's a gap in the highlighted line around the indent markers. ![screen shot 2017-10-17 at 11 23 32 am](https://user-images.githubusercontent.com/103831/31642471-862d8cae-b32e-11e7-99c6-1405c59168a2.png)...