Skip to content

Commit

Permalink
feat: enable threaded diff by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Jun 16, 2023
1 parent 6f97c57 commit 512ed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gitsigns/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ M.schema = {

_threaded_diff = {
type = 'boolean',
default = false,
default = true,
description = [[
Run diffs on a separate thread
]],
Expand Down

0 comments on commit 512ed64

Please sign in to comment.