mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-05 04:19:07 -04:00
Add zed
This commit is contained in:
parent
e91dda8cad
commit
b11a88ded9
2 changed files with 21 additions and 0 deletions
21
dot_config/zed/private_settings.json
Normal file
21
dot_config/zed/private_settings.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
// Zed settings
|
||||||
|
//
|
||||||
|
// For information on how to configure Zed, see the Zed
|
||||||
|
// documentation: https://zed.dev/docs/configuring-zed
|
||||||
|
//
|
||||||
|
// To see all of Zed's default settings without changing your
|
||||||
|
// custom settings, run the `open default settings` command
|
||||||
|
// from the command palette or from `Zed` application menu.
|
||||||
|
{
|
||||||
|
"theme": "Catppuccin Macchiato",
|
||||||
|
"telemetry": {
|
||||||
|
"metrics": false
|
||||||
|
},
|
||||||
|
"vim_mode": true,
|
||||||
|
"ui_font_size": 16,
|
||||||
|
"buffer_font_size": 16,
|
||||||
|
"buffer_font_family": "FiraCode Nerd Font Mono",
|
||||||
|
"terminal": {
|
||||||
|
"font_family": "FiraCode Nerd Font Mono"
|
||||||
|
}
|
||||||
|
}
|
0
dot_config/zed/themes/.keep
Normal file
0
dot_config/zed/themes/.keep
Normal file
Loading…
Add table
Add a link
Reference in a new issue