Skip to content

Commit

Permalink
zed: disable copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 22, 2024
1 parent 77ca0b2 commit 10274a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions home/zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"features": {
"inline_completion_provider": "none"
},
"theme": "Catppuccin Macchiato - No Italics",
"buffer_font_family": "JetBrainsMono Nerd Font",
"buffer_font_weight": 700,
Expand All @@ -20,12 +23,8 @@
"use_smartcase_find": true,
"use_multiline_find": true
},
"features": {
"copilot": false
},
"cursor_blink": false,
"use_autoclose": false,
"show_copilot_suggestions": false,
"gutter": {
"line_numbers": true,
"folds": false
Expand Down

0 comments on commit 10274a0

Please sign in to comment.