mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-25 17:57:28 +00:00
chore(config): zed: settings update
This commit is contained in:
@@ -54,8 +54,8 @@
|
|||||||
"vim_mode": true,
|
"vim_mode": true,
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "Iceberg",
|
"light": "Tokyo Night Light",
|
||||||
"dark": "Iceberg"
|
"dark": "Tokyo Night Storm"
|
||||||
},
|
},
|
||||||
"inlay_hints": {
|
"inlay_hints": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
@@ -65,9 +65,13 @@
|
|||||||
},
|
},
|
||||||
"ui_font_size": 16,
|
"ui_font_size": 16,
|
||||||
"buffer_font_size": 16,
|
"buffer_font_size": 16,
|
||||||
"buffer_font_fallbacks": ["JetBrainsMono Nerd Font"],
|
"buffer_font_fallbacks": [
|
||||||
|
"JetBrainsMono Nerd Font"
|
||||||
|
],
|
||||||
"edit_predictions": {
|
"edit_predictions": {
|
||||||
"disabled_globs": [".env"]
|
"disabled_globs": [
|
||||||
|
".env"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"hour_format": "hour24"
|
"hour_format": "hour24"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user