Closes #169. ## Problem Telescope never sets `filetype=diff` on preview buffers — it calls `vim.treesitter.start(bufnr, "diff")` directly, so diffs.nvim's `FileType` autocmd never fires. ## Solution Add a `telescope` config toggle (same pattern as neogit/gitsigns/committia) and a `User TelescopePreviewerLoaded` autocmd that calls `attach()` on the preview buffer. Disabled by default; enable with `telescope = true`. Also adds a `diffs-telescope` vimdoc section documenting the integration and the upstream first-line preview bug (nvim-telescope/telescope.nvim#3626). Includes committia.vim integration from `feat/committia`. |
||
|---|---|---|
| .. | ||
| 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 | ||