diffs.nvim/lua
Barrett Ruth 7773c8a876
feat: add telescope.nvim integration
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.
2026-03-06 13:22:18 -05:00
..
diffs feat: add telescope.nvim integration 2026-03-06 13:22:18 -05:00