Move git gutter settings out of editor settings

Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
Julia 2022-10-03 14:53:33 -04:00
parent 8f4b3c3493
commit a5c2f22bf7
5 changed files with 38 additions and 29 deletions

View file

@ -665,9 +665,9 @@ impl LocalWorktree {
let files_included = cx
.global::<Settings>()
.editor_overrides
.git
.git_gutter
.unwrap_or_default()
.expect("This should be Some by setting setup")
.files_included;
cx.spawn(|this, mut cx| async move {