mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Backport documentation for inline git blame (#10677)
Only noticed this when editing zed.dev. Release Notes: - N/A
This commit is contained in:
parent
06987edadb
commit
47ad010901
1 changed files with 8 additions and 3 deletions
|
@ -555,9 +555,14 @@ To interpret all `.c` files as C++, and files called `MyLockFile` as TOML:
|
|||
- Default:
|
||||
|
||||
```json
|
||||
"git": {
|
||||
"git_gutter": "tracked_files"
|
||||
},
|
||||
{
|
||||
"git": {
|
||||
"git_gutter": "tracked_files",
|
||||
"inline_blame": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### Git Gutter
|
||||
|
|
Loading…
Reference in a new issue