mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
[zed] Update Zed config
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
// custom settings, run `zed: open default settings` from the
|
// custom settings, run `zed: open default settings` from the
|
||||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||||
{
|
{
|
||||||
|
"git": {
|
||||||
|
"inline_blame": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
"context_servers": {
|
"context_servers": {
|
||||||
"terraform-context-server": {
|
"terraform-context-server": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
@@ -21,7 +26,11 @@
|
|||||||
},
|
},
|
||||||
"ui_font_family": ".ZedSans",
|
"ui_font_family": ".ZedSans",
|
||||||
"buffer_line_height": "comfortable",
|
"buffer_line_height": "comfortable",
|
||||||
"icon_theme": "Zed (Default)",
|
"icon_theme": {
|
||||||
|
"mode": "system",
|
||||||
|
"light": "Zed (Default)",
|
||||||
|
"dark": "Zed (Default)"
|
||||||
|
},
|
||||||
"terminal": {
|
"terminal": {
|
||||||
"font_size": 13.0
|
"font_size": 13.0
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user