thaerkh / vim-indentguides

📐 Simple indentation guides for your buffers
Apache License 2.0
135 stars 11 forks source link

Don't force conceallevel and concellcursor #22

Closed Nudin closed 3 years ago

Nudin commented 4 years ago

The plugin needs conceallevel to be set to 1 or 2 to work and also sets concellcursor to 'inc' so that the markers are also visible for the line of the cursor.

Since not everyone likes this behavior this commit changes the behavior:

This should be the best compromise of "works fully out of box" and "doesn't ignore users settings"

thaerkh commented 3 years ago

I agree with the compromise - this is great, thank you