# cohama/lexima.vim

Auto close parentheses and repeat by dot dot dot...

Repository: https://github.com/cohama/lexima.vim
Canonical: https://ross.abutalabs.com/products/leximavim
Language: Vim Script
License Family: other
Last push: 2026-07-11T07:26:35+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 92, release rhythm 35, longevity 100
- inputs: {"age_days": 4386, "days_push": 53, "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 1125, forks 49 (observed 2026-08-28T04:03:40.989450+00:00)

## What it is
lexima.vim is a Vim/Neovim plugin that automatically closes character pairs like parentheses, brackets, and quotes as you type, with support for the dot repeat command. It also provides customizable rules for newline expansion, endwise keyword completion (e.g., Ruby's if/end), and context-sensitive input behavior.

## Use cases
- auto close parentheses and quotes in vim
- make the dot command repeat auto-pair insertions
- automatically add end keywords in ruby when pressing enter
- customize auto-pairing rules for specific filetypes
- smart backspace to delete matching pairs
- expand brackets to multiline blocks on newline

## When to choose
- you use Vim 8.1+ or Neovim and want automatic pair closing with dot-repeat support
- you need highly customizable, context-aware insertion rules
- you want endwise behavior for languages like Ruby without a separate plugin

## When to avoid
- you use a different editor than Vim or Neovim
- you prefer minimal insert-mode behavior without automatic pair insertion
- you need an IDE-grade refactoring or snippet engine rather than pair closing

## Facets
- artifact type: plugin
- maturity: active
- function: editor, developer-tools
- domain: text-editors, developer-tools
- platform: editor-plugin, cli
- tags: vim-plugin, neovim, auto-close-pairs, bracket-matching, dot-repeat, insert-mode, vim-script

## Member repositories
- cohama/lexima.vim (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:40.989450+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-30T06:39:25.599359+00:00, confidence not recorded.
  - readme: https://github.com/cohama/lexima.vim (fetched 2026-08-28T04:03:40.989450+00:00, sha 23833ab44d9e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
