chore(config): update zed config

This commit is contained in:
2025-02-25 20:25:24 +02:00
parent 6de8e92968
commit 241eed66f5

View File

@@ -11,7 +11,7 @@
}, },
"formatter": { "formatter": {
"external": { "external": {
"command": "node_modules/.bin/prettier", "command": "prettier",
"arguments": [ "arguments": [
"--stdin-filepath", "--stdin-filepath",
"{buffer_path}" "{buffer_path}"
@@ -69,7 +69,7 @@
"buffer_font_fallbacks": [ "buffer_font_fallbacks": [
"JetBrainsMono Nerd Font" "JetBrainsMono Nerd Font"
], ],
"inline_completions": { "edit_predictions": {
"disabled_globs": [ "disabled_globs": [
".env" ".env"
] ]