diffs.nvim/plugin
Barrett Ruth 36504a3882
feat: add committia.vim integration
Problem: committia.vim's diff pane (`ft=git`, buffer name
`__committia_diff__`) was rejected by the `is_fugitive_buffer`
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 buffer through.
2026-03-06 11:18:14 -05:00
..
diffs.lua feat: add committia.vim integration 2026-03-06 11:18:14 -05:00