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. |
||
|---|---|---|
| .. | ||
| diffs.lua | ||