# chrisbra/csv.vim

A Filetype plugin for csv files

Repository: https://github.com/chrisbra/csv.vim
Canonical: https://ross.abutalabs.com/products/csvvim
Homepage: http://www.vim.org/scripts/script.php?script_id=2830
Language: Vim Script
License: Vim
License Family: other
Last push: 2026-07-30T19:24:37+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 35, longevity 100
- inputs: {"age_days": 5979, "days_push": 34, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1326, forks 66 (observed 2026-08-28T04:04:22.775954+00:00)

## What it is
A Vim filetype plugin for editing CSV and other delimiter-separated files, providing column navigation, highlighting, sorting, filtering, and aggregate statistics. It supports custom delimiters, fixed-width columns, and tab-delimited files via vartabs.

## Use cases
- edit csv files in vim
- highlight and navigate csv columns
- sort or delete a column in a csv
- sum or average values in a csv column
- transpose a csv table
- convert csv to ascii table
- search within a specific csv column

## When to choose
- you already use Vim and frequently edit delimited data files
- you need quick column-level operations without leaving the editor
- you work with non-comma delimiters or fixed-width columns

## When to avoid
- you need programmatic CSV parsing in an application
- you prefer a GUI spreadsheet or a pandas-style data tool
- you don't use Vim or Neovim

## Facets
- artifact type: plugin
- maturity: active
- function: csv, editor, plugin-system, developer-tools
- domain: files, text-editors, developer-tools, data-science
- platform: editor-plugin, cli, cross-platform
- tags: vim-plugin, csv-editing, filetype-plugin, column-navigation, syntax-highlighting

## Member repositories
- chrisbra/csv.vim (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:22.775954+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-30T04:46:21.587483+00:00, confidence not recorded.
  - readme: https://github.com/chrisbra/csv.vim (fetched 2026-08-28T04:04:22.775954+00:00, sha da1c29143c61)
  - homepage: http://www.vim.org/scripts/script.php?script_id=2830 (fetched 2026-08-29T12:05:14.107136+00:00, sha 693c6c5281af)
  - site_page: https://www.vim.org/about.php (fetched 2026-08-29T12:05:14.116710+00:00, sha 1bd2c1907ce5)
  - site_page: https://www.vim.org/docs.php (fetched 2026-08-29T12:05:14.118738+00:00, sha 438015e9e2e2)
  - site_page: http://www.vim.org/about.php (fetched 2026-08-29T12:05:14.120526+00:00, sha fbe78bde9535)
- Data as of 2026-08-30T08:39:29.467469+00:00.
