We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f6e47 commit e43dec8Copy full SHA for e43dec8
lua/community.lua
@@ -18,20 +18,6 @@ return {
18
{ import = "astrocommunity.completion.cmp-cmdline" },
19
{ import = "astrocommunity.completion.cmp-git" },
20
{ 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
35
{ import = "astrocommunity.completion.magazine-nvim" },
36
{ import = "astrocommunity.debugging.nvim-dap-repl-highlights" },
37
{ import = "astrocommunity.debugging.nvim-dap-virtual-text" },
0 commit comments