new: zed config
This commit is contained in:
parent
bd0a601a9b
commit
5ddaf90681
1 changed files with 42 additions and 0 deletions
42
home/private_dot_config/zed/private_settings.json
Normal file
42
home/private_dot_config/zed/private_settings.json
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
// 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 `zed: open default settings` from the
|
||||||
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||||
|
{
|
||||||
|
"vim_mode": true,
|
||||||
|
"ui_font_size": 14,
|
||||||
|
"buffer_font_family": "Iosevka Term Extralight",
|
||||||
|
"buffer_font_size": 14,
|
||||||
|
"font_size": 14,
|
||||||
|
"font_family": "Iosevka Term",
|
||||||
|
|
||||||
|
"theme": {
|
||||||
|
"mode": "dark",
|
||||||
|
"light": "One Light",
|
||||||
|
"dark": "Catppuccin Mocha"
|
||||||
|
},
|
||||||
|
|
||||||
|
"terminal": {
|
||||||
|
"line_height": "standard"
|
||||||
|
},
|
||||||
|
"lsp": {
|
||||||
|
"rust-analyzer": {
|
||||||
|
"initialization_options": {
|
||||||
|
"inlayHints": {
|
||||||
|
"maxLength": null,
|
||||||
|
"lifetimeElisionHints": {
|
||||||
|
"enable": "skip_trivial",
|
||||||
|
"useParameterNames": true
|
||||||
|
},
|
||||||
|
"closureReturnTypeHints": {
|
||||||
|
"enable": "always"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue