1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Update Zed config

This commit is contained in:
Dan Barber 2024-05-07 16:34:42 -05:00
parent 8ba515a30f
commit 5d0d263b6c

View File

@ -7,12 +7,15 @@
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"features": {
"copilot": false
},
"theme": "One Dark",
"vim_mode": true,
"shell": "system",
"tab_size": 2,
"terminal": {
"font_family": "SauceCodePro Nerd Font Mono",
"font_family": "MonoLisa Nerd Font",
"font_size": 15
}
}