Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Raimondi/delimitMate
Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
https://github.com/Raimondi/delimitMate
Last synced: 5 days 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 (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T06:02:38.000Z (3 months ago)
- Last Synced: 2024-10-15T11:22:50.215Z (about 1 month ago)
- Language: Vim Script
- Homepage: http://www.vim.org/scripts/script.php?script_id=2754
- Size: 457 KB
- Stars: 1,979
- Watchers: 25
- Forks: 117
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.