Add copilot

This commit is contained in:
Alexander Gehrke 2023-03-08 18:26:12 +01:00
parent 5feb871a98
commit c303fa0cec
2 changed files with 7 additions and 0 deletions

5
plugin/copilot.lua Normal file
View file

@ -0,0 +1,5 @@
require("copilot").setup({
suggestion = { enabled = false },
panel = { enabled = false },
})
require("copilot_cmp").setup()