From e4def5a290d041fc4612d2eda0e237b7e4bcab7d Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Mon, 31 Mar 2025 10:05:18 +0400 Subject: [PATCH] add Svelte TypeScript plugin and disable Git sync confirmation in cursor settings --- cursor/.config/Cursor/User/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cursor/.config/Cursor/User/settings.json b/cursor/.config/Cursor/User/settings.json index e915650..bdb1dbf 100644 --- a/cursor/.config/Cursor/User/settings.json +++ b/cursor/.config/Cursor/User/settings.json @@ -127,5 +127,7 @@ "typescriptreact" ], "nix.formatterPath": "/run/current-system/sw/bin/nixfmt", + "svelte.enable-ts-plugin": true, + "git.confirmSync": false, }