feat: with copilot

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-04 19:05:19 +02:00
parent a86c163288
commit 5e50a8a432
7 changed files with 79 additions and 46 deletions

View File

@@ -1,13 +1,19 @@
return {
"zbirenbaum/copilot.lua",
enabled = true,
enabled = false,
cmd = "Copilot",
event = "InsertEnter",
config = function()
require("copilot").setup({
suggestion = {
auto_trigger = true,
}
suggestion = { enabled = false },
panel = { enabled = false },
--suggestion = {
-- auto_trigger = true,
-- keymap = {
-- accept = "<C-S-l>",
-- }
--}
})
end,
}