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. |
||
|---|---|---|
| .. | ||
| commands.lua | ||
| conflict.lua | ||
| debug.lua | ||
| diff.lua | ||
| fugitive.lua | ||
| git.lua | ||
| gitsigns.lua | ||
| health.lua | ||
| highlight.lua | ||
| init.lua | ||
| lib.lua | ||
| log.lua | ||
| merge.lua | ||
| parser.lua | ||