Skip to content

Commit

Permalink
fix(neovim): remove copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Dec 20, 2024
1 parent 61b627c commit 55259fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions modules/apps/neovim/config/lua/plugins/completions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,4 @@ return {
})
end,
},
{
"github/copilot.vim",
config = function()
vim.g.copilot_filetypes = {
secret = false,
}
end,
},
}
1 change: 0 additions & 1 deletion modules/apps/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ in
# stylix.targets.neovim.enable = true; # stylix is broken, even after disabling custom lua xdg

home.packages = [
pkgs.nodejs_20 # copilot
pkgs.cargo # mason
pkgs.deadnix # mason
pkgs.go # mason
Expand Down

0 comments on commit 55259fd

Please sign in to comment.