chore: merge Zed settings

This commit is contained in:
Peter 2025-02-26 11:16:48 +01:00
parent c958083fd1
commit d34891071e
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 13 additions and 12 deletions
dot_config/zed
private_dot_gnupg

View file

@ -7,27 +7,34 @@
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"theme": "Gruvbox Dark Hard",
"theme": "Ayu Dark",
"buffer_font_family": "Cascadia Code",
"buffer_font_features": {
"liga": true,
"calt": true
},
"outline_panel": {
"dock": "right"
},
"soft_wrap": "editor_width",
"assistant": {
"version": "2",
"default_model": {
"provider": "ollama",
"model": "deepseek-coder-v2:latest"
},
"version": "2"
}
},
"preview_tabs": {
"enable_preview_from_code_navigation": true
},
"features": {
"copilot": true
"copilot": {{ hasSuffix "@rwe.com" .email }},
"edit_prediction_provider": "zed"
},
"languages": {
"Markdown": {
"show_edit_predictions": false
},
"CSharp": {
"language_servers": ["omnisharp"],
"show_copilot_suggestions": true

View file

@ -4,15 +4,9 @@ enable-ssh-support
ttyname $GPG_TTY
default-cache-ttl 60
max-cache-ttl 120
#pinentry-program /usr/bin/pinentry-curses
#pinentry-program /usr/bin/pinentry-tty
#pinentry-program /usr/bin/pinentry-gtk-2
#pinentry-program /usr/bin/pinentry-x11
#pinentry-program /usr/bin/pinentry-qt
#pinentry-program /usr/local/bin/pinentry-curses
#pinentry-program /usr/local/bin/pinentry-mac
{{- if eq .chezmoi.os "darwin" }}
pinentry-program /opt/homebrew/bin/pinentry-mac
# pinentry-program /opt/homebrew/bin/pinentry-mac
pinentry-program {{ .chezmoi.homeDir -}}/.gnupg/pinentry-ide.sh
{{- else if eq .chezmoi.os "linux" }}
pinentry-program /usr/bin/pinentry-rofi
{{- end }}