https://github.com/Raimondi/delimitMate
Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
https://github.com/Raimondi/delimitMate
Last synced: about 1 year ago
JSON representation
Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
- Host: GitHub
- URL: https://github.com/Raimondi/delimitMate
- Owner: Raimondi
- Created: 2009-08-20T17:12:27.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T06:02:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T16:11:26.810Z (over 1 year ago)
- Language: Vim Script
- Homepage: http://www.vim.org/scripts/script.php?script_id=2754
- Size: 457 KB
- Stars: 2,003
- Watchers: 24
- Forks: 118
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vim - DelimitMate
README
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.