indentLine icon indicating copy to clipboard operation
indentLine copied to clipboard

A vim plugin to display the indention levels with thin vertical lines

Results 77 indentLine issues
Sort by recently updated
recently updated
newest added

Instead of dotted lines, make it a solid line for the indent level of the line the cursor is currently on. Is this possible?

I have indentLine working on other files but for some reason indentLine doesn't work on bashrc files: ``` fgc=${fgc#37} # white bgc=${bgc#40} # black ▏ ▏ ▏ vals="${fgc:+$fgc;}${bgc}" vals=${vals%%;} ▏...

Hello, I recently installed this plugin and it is working very nicely for leading white spaces, very cool! But the problem is that when I installed it, I started getting...

## describe If use both `indentLine` and `vim-polyglot`, and do `:mksession` in a markdown buffer, then use `vim -S Session.vim` to load session, the setting to exclude markdown for indentline...

I was having trouble getting the plugin working. I noticed that if I made a bunch of spaces in a new line in any file, I'd get indent guides, however...

I am using Vim 7.4 and have this in my .vimrc Bundle 'Yggdroot/indentLine' When I :BundleInstall and restart I see nothing?

FAQ

Highlight empty lines are maybe a greatly desired option. In neovim, you can highlight empty lines by using nvim_buf_set_virtual_text, can't you?

Seems like the plugins breaks the Folded highlighting group. This is how I see folded content without the indentLine plugin enabled ![Screenshot 2020-12-09 at 20 02 24](https://user-images.githubusercontent.com/39460524/101675059-93235a00-3a59-11eb-814d-a0dd622e1fde.png) and this is...

This would make it easier for us to see which indentation level we are on. 🙏