mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-01-25 12:26:55 +08:00
24 lines
338 B
Markdown
24 lines
338 B
Markdown
# delimitMate
|
|
|
|
> 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
|