Skip to content

Commit

Permalink
feat(blame): enable blame cache by default
Browse files Browse the repository at this point in the history
Remain as a hidden option
  • Loading branch information
lewis6991 committed Jan 20, 2022
1 parent 2119ddd commit ddffc61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/gitsigns/config.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion teal/gitsigns/config.tl
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ M.schema = {

_blame_cache = {
type = 'boolean',
default = false,
default = true,
description = [[
Cache blame results for current_line_blame
]]
Expand Down

0 comments on commit ddffc61

Please sign in to comment.