mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-14 12:53:48 -05:00
Update README
This commit is contained in:
13
README.md
13
README.md
@@ -11,13 +11,14 @@ Demo
|
|||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
- Makes the common case easy
|
||||||
|
- Comes with a predefined set of alignment rules
|
||||||
|
- Provides a fast and intuitive interface
|
||||||
|
- Extensible
|
||||||
|
- You can define your own rules
|
||||||
|
- Supports arbitrary regular expressions
|
||||||
- Optimized for code editing
|
- Optimized for code editing
|
||||||
- Designed to require minimal keystrokes
|
- Takes advantage of syntax highlighting feature to avoid unwanted alignments
|
||||||
- Extensible alignment rules
|
|
||||||
- Supports arbitrary regular expressions
|
|
||||||
- Aligns text around either _all or n-th_ occurrence(s) of the delimiter
|
|
||||||
- Ignores delimiters in certain syntax highlight groups (e.g. comments, strings)
|
|
||||||
- Ignores lines without a matching delimiter
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|||||||
Reference in New Issue
Block a user