add Svelte TypeScript plugin and disable Git sync confirmation in cursor settings

This commit is contained in:
Laurent Le Houerou 2025-03-31 10:05:18 +04:00
parent cf1dd8fb6a
commit e4def5a290

View File

@ -127,5 +127,7 @@
"typescriptreact"
],
"nix.formatterPath": "/run/current-system/sw/bin/nixfmt",
"svelte.enable-ts-plugin": true,
"git.confirmSync": false,
}