Files
DCGOS/dotfiles/.config/zed/settings.json
2025-07-22 12:18:15 +08:00

66 lines
1.3 KiB
JSON
Vendored

{
"assistant": {
"enabled": false,
"version": "2"
},
"auto_install_extensions": {
"catppucchin-icons": true,
"catppuccin": true,
"nix": true
},
"auto_update": false,
"base_keymap": "VSCode",
"features": {
"copilot": false,
"inline_completion_provider": "none"
},
"hour_format": "hour24",
"icon_theme": {
"dark": "Catppuccin Mocha",
"light": "Catppuccin Mocha",
"mode": "system"
},
"load_direnv": "shell_hook",
"lsp": {
"nix": {
"binary": {
"path_lookup": true
}
}
},
"show_whitespaces": "all",
"terminal": {
"alternate_scroll": "off",
"blinking": "off",
"button": true,
"copy_on_select": false,
"detect_venv": {
"on": {
"activate_script": "default",
"directories": [".env", "env", ".venv", "venv"]
}
},
"dock": "bottom",
"env": {
"TERM": "alacritty"
},
"font_family": "JetBrainsMono Nerd Font",
"font_features": null,
"font_size": null,
"line_height": "comfortable",
"option_as_meta": false,
"shell": "system",
"toolbar": {
"breadcrumbs": false,
"title": true
},
"working_directory": "current_project_directory"
},
"theme": {
"dark": "Catppuccin Mocha",
"light": "Catppuccin Mocha",
"mode": "system"
},
"vim_mode": false
}