Add gemini setting file

This commit is contained in:
2026-01-27 18:25:03 +00:00
parent 91653e233f
commit 2c7460ed28

21
settings.json Normal file
View File

@@ -0,0 +1,21 @@
{
"security": {
"auth": {
"selectedType": "oauth-personal"
}
},
"general": {
"preferredEditor": "neovim",
"previewFeatures": true,
"enablePromptCompletion": true
},
"context": {
"fileName": ["AGENTS.md", "CONTEXT.md", "GEMINI.md"]
},
"tools": {
"shell": {
"showColor": true
}
}
}