Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 05be58d

Browse files
committed
Add alternative recommendation
1 parent 8d0c25c commit 05be58d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
<strong>Note:</strong> This plugin is no longer being maintained.
2-
1+
```diff
2+
- Note: This plugin is no longer being maintained.
3+
```
4+
```vim
5+
" Since Vim v8.2.5066 (2022-06-07), you could use `leadmultispace` in listchars for equivalent behaviour
6+
" feel free to use this conceal-less alternative supporting varying buffer shift widths (use BufEnter if needed):
7+
set list
8+
autocmd OptionSet shiftwidth execute 'set listchars=tab:│\ ,multispace:┆' . repeat('\ ', &shiftwidth - 1) . ',trail:·'
9+
```
310

411
<p align="center">
512
<img src="https://raw.githubusercontent.com/thaerkh/vim-indentguides/master/wiki/screenshots/demo.png" >

0 commit comments

Comments
 (0)