update to settings
This commit is contained in:
parent
359a768af7
commit
26a0e12ecc
3 changed files with 17 additions and 5 deletions
|
@ -7,8 +7,9 @@
|
|||
// custom settings, run the `open default settings` command
|
||||
// from the command palette or from `Zed` application menu.
|
||||
{
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 16,
|
||||
"vim_mode": false,
|
||||
"ui_font_size": 14,
|
||||
"buffer_font_size": 14,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
|
@ -20,5 +21,10 @@
|
|||
".code/",
|
||||
"**/.run",
|
||||
"**/__pycache__"
|
||||
]
|
||||
],
|
||||
"languages": {
|
||||
"HTML": {
|
||||
"format_on_save": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue