Commit graph

13 commits

Author SHA1 Message Date
Barrett Ruth
cbc93f9eaa
refactor: remove enabled field from fugitive/neogit config (#126)
## Problem

Users had to pass `enabled = true` or `enabled = false` inside
fugitive/neogit config tables, which was redundant — table presence
already implied the integration should be active.

## Solution

Remove the `enabled` field from the public API. Table presence now
implies enabled, `false` disables, `true` expands to sub-defaults.
The `enabled` field is still accepted for backward compatibility.

Added 20 `compute_filetypes` tests covering all config shapes (true,
false, table, nil, backward-compat enabled field). Updated docs
and type annotations.
2026-02-15 19:42:38 -05:00
Barrett Ruth
9a0b812f69
performance improvements (#116)
closes #111
2026-02-12 16:59:13 -05:00
2b38874699 feat(config): use vim.g over .setup() 2026-02-03 16:18:55 -05:00
fd270b8215 fix(test): remove other uesless test 2026-02-03 02:53:25 -05:00
92cddd75c3 fix(test): remove old test 2026-02-03 02:51:48 -05:00
c16699004a feat(test): misc tests for more robustness 2026-02-03 01:02:38 -05:00
67116f38bc feat: rename everything 2026-02-02 22:09:13 -05:00
69943a09c4 feat: cleanup config options 2026-02-02 15:18:25 -05:00
3aa7d1d6f8 feat: use conceal overlay 2026-02-02 13:22:22 -05:00
ea8a2cbaa9 feat: rename param 2026-02-02 01:07:59 -05:00
d7537e93d0 feat: fix highlighting 2026-02-02 00:57:41 -05:00
00bf84cb05 feat: highlights 2026-02-01 23:17:20 -06:00
ae1df3e7a8 feat(test): testing infrastructure 2026-02-01 23:09:05 -05:00