Add gemini setting file
This commit is contained in:
21
settings.json
Normal file
21
settings.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user