Skip to content

Globally disable git-delta and use only builtin preview #1439

Answered by ibhagwan
yavorski asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, I'm looking to globally disable git-delta for everything - is that possible?

require'fzf-lua'.setup({
  defaults = { preview_pager = false },
  -- rest of your settings
})

I'd also like to use only the "builtin" preview for everything across the board - if this is possible too?

That happens already by default unless there is no builtin previewer available (for example, git commits, etc).

The main reason is that I work on both Linux and Windows, and I've noticed that external processes on Windows, especially in Neovim/PowerShell, tends to be quite slow.
Everything runs smoothly on Linux, but Windows can be a bit of a pain.

Totally understand, opening new processes on Windows i…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yavorski
Comment options

@ibhagwan
Comment options

Answer selected by yavorski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants