Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.

Home Page:http://www.vim.org/scripts/script.php?script_id=2754

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.

http://www.vim.org/scripts/script.php?script_id=2754


Languages

Language:Vim Script 94.1%Language:Makefile 5.9%