mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-10-09 19:10:05 +00:00
✨ Add new wallpaper, update gnome configuration and fully disable Zed AI
features
This commit is contained in:
parent
8edd189f07
commit
c38ecb55a2
6 changed files with 31 additions and 40 deletions
|
@ -41,18 +41,9 @@ in
|
|||
### Remove useless features and stuff
|
||||
show_call_status_icon = false;
|
||||
collaboration_panel.button = false;
|
||||
chat_panel.button = "never";
|
||||
|
||||
agent = {
|
||||
version = "2";
|
||||
button = false;
|
||||
};
|
||||
|
||||
features = {
|
||||
inline_completion_provider = "none";
|
||||
edit_prediction_provider = "none";
|
||||
copilot = false;
|
||||
};
|
||||
### Disable AI features entirely
|
||||
disable_ai = true;
|
||||
|
||||
### Formatting and saving settings
|
||||
formatter = "language_server";
|
||||
|
@ -92,7 +83,6 @@ in
|
|||
# Web dev
|
||||
html = true;
|
||||
svelte = true;
|
||||
ejs = true;
|
||||
scss = true;
|
||||
biome = true; # Formatting and utility tool, like ESlint, prettier, etc...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue