Dan Davison
Dan Davison
@neerajbadlani is this solved by an approach like https://github.com/wfxr/forgit/issues/121#issuecomment-725358145? There's also discussion of using delta under fzf-preview and vim in #338 cc @kevinhwang @ulwlu.
> Perfect it works . Great! > However just a minor nitpick Delta does not read `core.pager` -- only git reads that. So if you are piping to delta then...
Hi all, and thanks very much for Wezterm @wez! I have read this and linked discussions and so I understand that everything has been done to expose configuration options given...
Hi @OJarrisonn, could you post an example plain text snippet that you'd like delta to syntax highlight?
Closing since probably no delta development needed, but let us know if you still have problems @hood.
Hi @certik, It could well be time to do some profiling and optimization. I haven't profiled properly but from very quick ad-hoc experimenting it looks like I'm getting results that...
Here's another experiment. This experiment does not involve the terminal emulator rendering anything, and it doesn't involve git invoking delta; instead we invoke delta explicitly via a shell pipe. This...
> I then did the simplest one line diff: Your results seem to be showing delta taking ~185ms to compute a multi-page diff and then ~170ms to compute a one-line...
> I wonder if Windows takes forever to launch the program for some reason? @th1000s may have thoughts for this thread. I wonder whether it's some I/O that's being done...
> I haven't seen a difference with --no-gitconfig Hm. A testament to libgit2's good engineering I guess. > hyperfine is still slow Could this be your shell startup time? I'd...