diffs.nvim/plugin
Barrett Ruth dc6fd7a387
feat: add committia.vim integration (#166)
## Problem

committia.vim's diff pane (`ft=git`, buffer name `__committia_diff__`)
is rejected by the `ft=git` guard in the `FileType` callback, preventing
diffs.nvim from highlighting it.

## Solution

Add a `committia` config toggle following the same pattern as
`neogit`/`gitsigns`. When enabled, the `ft=git` guard also allows
committia's `__committia_diff__` buffer through.

Closes #161
2026-03-06 13:04:21 -05:00
..
diffs.lua feat: add committia.vim integration (#166) 2026-03-06 13:04:21 -05:00