mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 03:25:59 +00:00
docs: Fix delayed git inline blame example (#17320)
Fixes docs example. Otherwise the inline git blame is fully disabled instead of delayed. Release Notes: - N/A
This commit is contained in:
parent
5a94e0fe3b
commit
132e8e8064
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ To interpret all `.c` files as C++, files called `MyLockFile` as TOML and files
|
|||
{
|
||||
"git": {
|
||||
"inline_blame": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"delay_ms": 500
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue