# derekwyatt/vim-scala

My work on integration of Scala into Vim - not a ton here, but useful for me.

Repository: https://github.com/derekwyatt/vim-scala
Canonical: https://ross.abutalabs.com/products/vim-scala
Homepage: http://derekwyatt.org
Language: Vim Script
License: Apache-2.0
License Family: permissive
Last push: 2023-09-03T19:52:32+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5666, "days_push": 1095, "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 1069, forks 141 (observed 2026-08-28T04:03:27.772596+00:00)

## What it is
A Vim plugin providing Scala filetype detection, syntax highlighting, indentation, Scaladoc comment indentation, and a :SortScalaImports command. It builds on earlier Scala Vim plugin modules with the author's customizations.

## Use cases
- enable Scala syntax highlighting in Vim
- auto-indent Scala code in Vim
- sort Scala import statements
- indent Scaladoc comments per Scala style guide
- set up Vim for Scala development

## When to choose
- you edit Scala in Vim and want syntax and indent support without a full LSP setup
- you want a lightweight plugin to sort imports and handle Scaladoc indentation

## When to avoid
- you use Neovim with built-in treesitter or an LSP for richer Scala tooling
- you need compilation, completion, or refactoring features rather than editor basics

## Facets
- artifact type: plugin
- maturity: maintenance
- function: editor, developer-tools
- domain: text-editors, programming-languages, developer-tools
- platform: editor-plugin, cli, cross-platform
- tags: vim-plugin, scala, syntax-highlighting, indentation, import-sorting, ftdetect

## Member repositories
- derekwyatt/vim-scala (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:27.772596+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:54:25.904334+00:00, confidence not recorded.
  - readme: https://github.com/derekwyatt/vim-scala (fetched 2026-08-28T04:03:27.772596+00:00, sha e6c119670273)
  - homepage: http://derekwyatt.org (fetched 2026-08-29T12:56:30.079747+00:00, sha 459a46de3776)
  - site_page: http://derekwyatt.org/about/index.html (fetched 2026-08-29T12:56:30.088665+00:00, sha 3401f178fc60)
- Data as of 2026-08-30T08:39:29.467469+00:00.
