Skip to content

Instantly share code, notes, and snippets.

View levisantosp's full-sized avatar
:shipit:
Software Developer

levi levisantosp

:shipit:
Software Developer
  • localhost:3000
  • 04:12 (UTC -03:00)
View GitHub Profile
@levisantosp
levisantosp / settings.json
Last active May 10, 2026 21:58
zed settings
{
"agent": {
"button": true,
"commit_message_model": {
"model": "gemini-2.5-flash-lite",
"provider": "google"
},
"default_model": {
"enable_thinking": false,
"model": "qwen2.5-coder:7b",
@levisantosp
levisantosp / settings.json
Last active May 10, 2026 21:50
vscode settings
{
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"chat.agent.enabled": false,
"chat.viewSessions.orientation": "stacked",
"dart.closingLabels": false,
"dart.flutterSdkPath": "/home/levi/flutter",
"diffEditor.ignoreTrimWhitespace": false,
"docker.languageserver.diagnostics.instructionJSONInSingleQuotes": "error",