update zed config
This commit is contained in:
parent
537a3eb6a1
commit
f52473a0d1
1 changed files with 6 additions and 1 deletions
|
@ -11,10 +11,15 @@
|
||||||
"buffer_font_size": 13,
|
"buffer_font_size": 13,
|
||||||
"buffer_font_family": "Iosevka",
|
"buffer_font_family": "Iosevka",
|
||||||
"vim_mode": true,
|
"vim_mode": true,
|
||||||
|
"terminal": {
|
||||||
|
"shell": {
|
||||||
|
"program": "fish"
|
||||||
|
}
|
||||||
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "One Light",
|
"light": "One Light",
|
||||||
"dark": "Gruvbox Light Soft"
|
"dark": "Gruvbox Dark Soft"
|
||||||
},
|
},
|
||||||
"lsp": {
|
"lsp": {
|
||||||
"rust-analyzer": {
|
"rust-analyzer": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue