1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/bundle/delimitMate
2020-06-13 14:06:35 +08:00
..
autoload Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
doc Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
plugin Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
test Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
.gitignore Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
basic_vimrc Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
Makefile Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
README.md Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00

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), and expansions (off by default), and some more.

Most of the features can be modified or disabled permanently, using global variables, or on a FileType basis, using :autocmd.