Added more settings to zed

This commit is contained in:
Alexandre 2026-04-13 18:40:32 +02:00
parent 76aeb23575
commit 896d8e8815

View File

@ -33,10 +33,10 @@
light = "Rosé Pine Dawn"; light = "Rosé Pine Dawn";
}; };
hour_format = "hour24"; hour_format = "hour24";
tab_size = "2";
language_models = { language_models = {
ollama = { ollama = {
api_url = "http://localhost:11434"; api_url = "http://localhost:11434";
}; };
}; };
}; };