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:
|
- Default:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"git": {
|
{
|
||||||
"git_gutter": "tracked_files"
|
"git": {
|
||||||
},
|
"git_gutter": "tracked_files",
|
||||||
|
"inline_blame": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Git Gutter
|
### Git Gutter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue