Remove anything vaguely intelligent from Zed scrollbar

This commit is contained in:
Max Bucknell 2024-09-16 11:23:02 +10:00
parent f9e9d2b448
commit b6c97bd04c
No known key found for this signature in database

View file

@ -12,7 +12,15 @@
"dark": "Github Dark",
"light": "Github Light"
},
"scrollbar": {
"cursors": false,
"git_diff": false,
"search_results": false,
"selected_symbol": false,
"diagnostics": false
},
"git": {
"git_gutter": "hide",
"inline_blame": {
"enabled": true
}