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`. |
||
|---|---|---|
| .. | ||
| diffs.nvim.txt | ||