thaerkh / vim-indentguides

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

Describe how to unset list mode ('$' char at the end of every lines) in README #24

Open edyatl opened 3 years ago

edyatl commented 3 years ago

Please add to README.md info about option: let g:indentguides_toggleListMode = 0 It will give a simple way to unset list mode ('$' char at the end of every lines). Because it shows by default. Thanks in advance!