mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-11 06:52:10 +00:00
chore(config): zed: update config
This commit is contained in:
@@ -10,6 +10,11 @@
|
|||||||
"version": "2"
|
"version": "2"
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
|
"Python": {
|
||||||
|
"enable_language_server": true,
|
||||||
|
"allow_rewrap": "anywhere",
|
||||||
|
"auto_indent_on_paste": true
|
||||||
|
},
|
||||||
"Shell Script": {
|
"Shell Script": {
|
||||||
"enable_language_server": true
|
"enable_language_server": true
|
||||||
},
|
},
|
||||||
@@ -60,13 +65,9 @@
|
|||||||
},
|
},
|
||||||
"ui_font_size": 16,
|
"ui_font_size": 16,
|
||||||
"buffer_font_size": 16,
|
"buffer_font_size": 16,
|
||||||
"buffer_font_fallbacks": [
|
"buffer_font_fallbacks": ["JetBrainsMono Nerd Font"],
|
||||||
"JetBrainsMono Nerd Font"
|
|
||||||
],
|
|
||||||
"edit_predictions": {
|
"edit_predictions": {
|
||||||
"disabled_globs": [
|
"disabled_globs": [".env"]
|
||||||
".env"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"hour_format": "hour24"
|
"hour_format": "hour24"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user