Skip to content

Commit 15ec6b0

Browse files
committed
chore: bye bye copilot
1 parent bea08d8 commit 15ec6b0

File tree

4 files changed

+13
-30
lines changed

4 files changed

+13
-30
lines changed

flake.lock

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@
176176
# flake = false;
177177
# };
178178

179-
copilot-lua-src = {
180-
url = "github:zbirenbaum/copilot.lua";
181-
flake = false;
182-
};
179+
# copilot-lua-src = {
180+
# url = "github:zbirenbaum/copilot.lua";
181+
# flake = false;
182+
# };
183183

184184
# copilot-cmp-src = {
185185
# url = "github:zbirenbaum/copilot-cmp";
@@ -500,7 +500,7 @@
500500

501501
fidget
502502
vimPlugins.trouble-nvim
503-
copilot-lua
503+
# copilot-lua
504504
# copilot-cmp
505505
node-type-nvim
506506
floating-input

plugins.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ with inputs;
9696
lsp-config = plugin "lsp-config" lsp-config-src;
9797
# lsp_lines = plugin "lsp_lines" lsp_lines-src;
9898

99-
copilot-lua = plugin "copilot-lua" copilot-lua-src;
100-
copilot-cmp = plugin "copilot-cmp" copilot-cmp-src;
101-
copilot-vim = plugin "copilot-vim" copilot-vim-src;
99+
# copilot-lua = plugin "copilot-lua" copilot-lua-src;
100+
# copilot-cmp = plugin "copilot-cmp" copilot-cmp-src;
101+
# copilot-vim = plugin "copilot-vim" copilot-vim-src;
102102

103103
neural = plugin "neural" neural-src;
104104

required_lua_modules/lsp.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
require("node-type").setup({})
22
require("floating-input").setup({})
3-
require("copilot").setup({
4-
suggestion = { enable = true },
5-
panel = { enabled = true },
6-
copilot_node_command = "node",
7-
})
3+
-- require("copilot").setup({
4+
-- suggestion = { enable = true },
5+
-- panel = { enabled = true },
6+
-- copilot_node_command = "node",
7+
-- })
88
vim.g.coq_settings = {
99
auto_start = "shut-up",
1010
keymap = { recommended = false },

0 commit comments

Comments
 (0)