Skip to content

Commit e43dec8

Browse files
committed
feat(copilot): revert to default settings
1 parent 68f6e47 commit e43dec8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lua/community.lua

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ return {
1818
{ import = "astrocommunity.completion.cmp-cmdline" },
1919
{ import = "astrocommunity.completion.cmp-git" },
2020
{ import = "astrocommunity.completion.copilot-lua-cmp" },
21-
{
22-
"zbirenbaum/copilot.lua",
23-
opts = {
24-
suggestion = {
25-
auto_trigger = true,
26-
debounce = 150,
27-
keymap = {
28-
accept = "<C-l>",
29-
accept_word = "<M-l>",
30-
accept_line = "<M-j>",
31-
},
32-
},
33-
},
34-
},
3521
{ import = "astrocommunity.completion.magazine-nvim" },
3622
{ import = "astrocommunity.debugging.nvim-dap-repl-highlights" },
3723
{ import = "astrocommunity.debugging.nvim-dap-virtual-text" },

0 commit comments

Comments
 (0)