chore: merge Zed settings
This commit is contained in:
parent
c958083fd1
commit
d34891071e
2 changed files with 13 additions and 12 deletions
|
@ -7,27 +7,34 @@
|
||||||
// custom settings, run the `open default settings` command
|
// custom settings, run the `open default settings` command
|
||||||
// from the command palette or from `Zed` application menu.
|
// from the command palette or from `Zed` application menu.
|
||||||
{
|
{
|
||||||
"theme": "Gruvbox Dark Hard",
|
"theme": "Ayu Dark",
|
||||||
"buffer_font_family": "Cascadia Code",
|
"buffer_font_family": "Cascadia Code",
|
||||||
"buffer_font_features": {
|
"buffer_font_features": {
|
||||||
"liga": true,
|
"liga": true,
|
||||||
"calt": true
|
"calt": true
|
||||||
},
|
},
|
||||||
|
"outline_panel": {
|
||||||
|
"dock": "right"
|
||||||
|
},
|
||||||
"soft_wrap": "editor_width",
|
"soft_wrap": "editor_width",
|
||||||
"assistant": {
|
"assistant": {
|
||||||
|
"version": "2",
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "ollama",
|
"provider": "ollama",
|
||||||
"model": "deepseek-coder-v2:latest"
|
"model": "deepseek-coder-v2:latest"
|
||||||
},
|
}
|
||||||
"version": "2"
|
|
||||||
},
|
},
|
||||||
"preview_tabs": {
|
"preview_tabs": {
|
||||||
"enable_preview_from_code_navigation": true
|
"enable_preview_from_code_navigation": true
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"copilot": true
|
"copilot": {{ hasSuffix "@rwe.com" .email }},
|
||||||
|
"edit_prediction_provider": "zed"
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
|
"Markdown": {
|
||||||
|
"show_edit_predictions": false
|
||||||
|
},
|
||||||
"CSharp": {
|
"CSharp": {
|
||||||
"language_servers": ["omnisharp"],
|
"language_servers": ["omnisharp"],
|
||||||
"show_copilot_suggestions": true
|
"show_copilot_suggestions": true
|
|
@ -4,15 +4,9 @@ enable-ssh-support
|
||||||
ttyname $GPG_TTY
|
ttyname $GPG_TTY
|
||||||
default-cache-ttl 60
|
default-cache-ttl 60
|
||||||
max-cache-ttl 120
|
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" }}
|
{{- 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" }}
|
{{- else if eq .chezmoi.os "linux" }}
|
||||||
pinentry-program /usr/bin/pinentry-rofi
|
pinentry-program /usr/bin/pinentry-rofi
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue