mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-01-16 08:06:58 +08:00
Update readme
This commit is contained in:
27
README.md
27
README.md
@@ -1,6 +1,23 @@
|
||||
This plug-in provides automatic closing of quotes, parenthesis, brackets, etc., besides some other related features that
|
||||
should make your time in insert mode a little bit easier, like syntax awareness (will not insert the closing delimiter
|
||||
in comments and other configurable regions), <CR> and <Space> expansions (off by default), and some more.
|
||||
# delimitMate
|
||||
|
||||
Most of the features can be modified or disabled permanently, using global variables, or on a FileType basis, using
|
||||
:autocmd.
|
||||
> Vim plugin for automatic closing of quotes, parenthesis, brackets, etc.
|
||||
|
||||
## Installation
|
||||
|
||||
- [plug.vim](https://github.com/junegunn/vim-plug)
|
||||
|
||||
```vim
|
||||
Plug 'Raimondi/delimitMate'
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
### Automatic closing & exiting
|
||||
|
||||
### Expansion of space and CR
|
||||
|
||||
### Backspace
|
||||
|
||||
### Smart Quotes
|
||||
|
||||
### BALANCING MATCHING PAIRS
|
||||
|
||||
Reference in New Issue
Block a user