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

The README states that this plugin uses the value "inc" for the `concealcursor` setting by default: https://github.com/Yggdroot/indentLine/blob/7753505f3c500ec88d11e9373d05250f49c1d900/README.md?plain=1#L77-L82 But that would mean that on the line the cursor is on, all...

Both in all vim visual modes (normal, block, and line), the indent lines disappear from highlighted lines. See screenshots: In Vim normal mode: ![image](https://user-images.githubusercontent.com/7781739/69738192-ab049600-1103-11ea-8984-94ac104d56b9.png) In visual mode: ![image](https://user-images.githubusercontent.com/7781739/69738048-71338f80-1103-11ea-828c-74bdb8ce5aba.png) Any idea...

Hunks in a unified diff start with ` ` or `+` or `-`. The indentLine plugin should respect this and start the indentation detection at the second character.

How can I disable that the indenLine char is shown for space characters starting a new indentation level but does not fit the 4 spaces. For example: ``` » for...

When the plugin is disabled with `g:indentLine_enabled=0`, `conceallevel` and `concealcurson` values are not changed, while using `g:indentLine_fileTypeExclude` or `g:indentLine_bufTypeExclude` to disable it only for some buffers, `conceallevel` and `concealcurson` values...

In terminal mode it works, but in normal-terminal not anything happen. https://user-images.githubusercontent.com/75968004/161952502-3bf39b06-a8c9-4fed-ab34-407b29de68cd.mp4

After installing I wasn't able to get the lines to show up by setting ``` let g:indentLine_defaultGroup = 'Comment' let g:indentLine_char = '|' ``` in my `.vimrc` I'm on a...

Using indentLine is very nice, however some markdown characters like `` ` `` are concealed, is there a way to not have those characters concealed? I know the documentation says...

I just recently came across [this issue](https://github.com/vifm/vifm.vim/issues/68), that the plugin will render Indent lines for terminal buffers as well. Is there a use-case where indent lines are good to have...

Can you look at this problem? How can i solve it? https://github.com/neoclide/coc.nvim/issues/781