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:
parent
8ba515a30f
commit
5d0d263b6c
@ -7,12 +7,15 @@
|
|||||||
// custom settings, run the `open default settings` command
|
// custom settings, run the `open default settings` command
|
||||||
// from the command palette or from `Zed` application menu.
|
// from the command palette or from `Zed` application menu.
|
||||||
{
|
{
|
||||||
|
"features": {
|
||||||
|
"copilot": false
|
||||||
|
},
|
||||||
"theme": "One Dark",
|
"theme": "One Dark",
|
||||||
"vim_mode": true,
|
"vim_mode": true,
|
||||||
"shell": "system",
|
"shell": "system",
|
||||||
"tab_size": 2,
|
"tab_size": 2,
|
||||||
"terminal": {
|
"terminal": {
|
||||||
"font_family": "SauceCodePro Nerd Font Mono",
|
"font_family": "MonoLisa Nerd Font",
|
||||||
"font_size": 15
|
"font_size": 15
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user