Skip to content

Commit 726488c

Browse files
author
Prime Again
committed
automated dev commit
1 parent aa694ae commit 726488c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

lua/theprimeagen/lazy/copilot.lua

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
return {
22
{
33
"zbirenbaum/copilot.lua",
4+
lazy = true,
45
config = function()
5-
-- require("copilot").setup({
6-
-- suggestion = { enabled = false },
7-
-- panel = { enabled = false },
8-
-- })
9-
106
require("copilot").setup({
117
suggestion = {
128
enabled = true,
@@ -25,11 +21,4 @@ return {
2521
})
2622
end,
2723
},
28-
-- {
29-
-- "zbirenbaum/copilot-cmp",
30-
-- after = { "copilot.lua" },
31-
-- config = function()
32-
-- require("copilot_cmp").setup()
33-
-- end
34-
-- }
3524
}

lua/theprimeagen/lazy/neotest.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
return {
2+
"nvim-neotest/neotest",
3+
dependencies = {
4+
"nvim-neotest/nvim-nio",
5+
"nvim-lua/plenary.nvim",
6+
"antoinemadec/FixCursorHold.nvim",
7+
"nvim-treesitter/nvim-treesitter"
8+
},
9+
config = function()
10+
end
11+
}

0 commit comments

Comments
 (0)