From 241eed66f5fa186bb1e2dfd20c36cf6662a008bb Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 25 Feb 2025 20:25:24 +0200 Subject: [PATCH] chore(config): update zed config --- config/zed/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/zed/settings.json b/config/zed/settings.json index 912981e..c06af2f 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -11,7 +11,7 @@ }, "formatter": { "external": { - "command": "node_modules/.bin/prettier", + "command": "prettier", "arguments": [ "--stdin-filepath", "{buffer_path}" @@ -69,7 +69,7 @@ "buffer_font_fallbacks": [ "JetBrainsMono Nerd Font" ], - "inline_completions": { + "edit_predictions": { "disabled_globs": [ ".env" ]