Skip to content

Commit

Permalink
Remove copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Apr 24, 2024
1 parent 3fafda1 commit 5dcc04c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion home/nixvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ in {
autoEnableSources = true;
preselect = "None";
sources = [
{name = "copilot";}
{name = "nvim_lsp";}
{name = "path";}
{name = "buffer";}
Expand Down
11 changes: 0 additions & 11 deletions home/nixvim/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ let
in {
programs.nixvim = {
plugins = {
copilot-cmp = {
enable = true;
extraOptions = {
suggestion.enabled = false;
panel.enabled = false;
};
};
copilot-lua = {
suggestion.enabled = false;
panel.enabled = false;
};
lsp = {
enable = true;
servers = {
Expand Down

0 comments on commit 5dcc04c

Please sign in to comment.