💻 Software
Indentation for plain text bulleted lists in Vim
Fresh6 days ago
Mar 15, 20264825 viewsConfidence Score0%
0%
Problem
I often write text with a format like this in Vim— Ideally, I would hope Vim could auto align it for me such as: Is this possible?
Error Output
- talking point 1 - talking point 2 .... continue on point 2
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Indentation for plain text bulleted lists in Vim
Low Risk
If you have the flag set in (e.g. with ), Vim already knows how to format lists with numeric bullets. (short name ) is the regex Vim uses to match this, so what you need is to enhance that regular expression. This should do the trick for you (but on…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix