# Raimondi/delimitMate

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

Repository: https://github.com/Raimondi/delimitMate
Canonical: https://ross.abutalabs.com/products/delimitmate
Homepage: http://www.vim.org/scripts/script.php?script_id=2754
Language: Vim Script
License Family: other
Last push: 2024-08-06T06:02:38+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6222, "days_push": 757, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2003, forks 118 (observed 2026-08-28T04:06:04.551497+00:00)

## What it is
delimitMate is a Vim plugin that automatically closes quotes, parentheses, and brackets in insert mode, with syntax awareness and configurable expansions. It is highly customizable via global variables or per-filetype autocmds.

## Use cases
- auto-close brackets and quotes in vim
- automatically insert closing parenthesis when typing
- vim plugin for auto-completing delimiters
- prevent closing delimiters inside comments
- expand carriage return and space between paired delimiters
- wrap visual selection in quotes or brackets

## When to choose
- you use Vim or Neovim and want automatic delimiter balancing in insert mode
- you want syntax-aware auto-closing that skips comments and strings
- you need per-filetype control over auto-close behavior

## When to avoid
- you use an IDE or editor with built-in auto-closing
- you prefer a minimal Vim setup without insert-mode mappings
- you need a plugin for editors other than Vim

## Facets
- artifact type: plugin
- maturity: maintenance
- function: editor, developer-tools
- domain: text-editors, developer-tools
- platform: editor-plugin, cross-platform
- tags: vim, auto-close, delimiters, insert-mode, brackets, quotes

## Member repositories
- Raimondi/delimitMate (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:04.551497+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:01:42.377159+00:00, confidence not recorded.
  - readme: https://github.com/Raimondi/delimitMate (fetched 2026-08-28T04:06:04.551497+00:00, sha a351ba67ac36)
  - homepage: http://www.vim.org/scripts/script.php?script_id=2754 (fetched 2026-08-29T10:41:35.114848+00:00, sha 659c8aec8821)
  - site_page: https://www.vim.org/docs.php (fetched 2026-08-29T10:41:35.120401+00:00, sha 438015e9e2e2)
  - site_page: http://www.vim.org/about.php (fetched 2026-08-29T10:41:35.122293+00:00, sha fbe78bde9535)
  - site_page: https://www.vim.org/about.php (fetched 2026-08-29T10:41:35.117981+00:00, sha 1bd2c1907ce5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
