♻️ refactor(nvim): personal copilot extra now imports the lazyvim one

This commit is contained in:
Sergio Laín 2023-12-22 12:44:48 +01:00
parent 7d5c1f50ea
commit f2cfbd6110
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,4 +1,8 @@
return {
{
import = "lazyvim.plugins.extras.coding.copilot",
},
{
"zbirenbaum/copilot.lua",
event = "InsertEnter",
opts = {
@ -14,10 +18,9 @@ return {
dismiss = "<M-c>",
},
},
panel = { enabled = false },
filetypes = {
markdown = true,
help = true,
},
keys = {
{ "<leader>cI", "<cmd>Copilot toggle<cr>", desc = "Toggle IA" },
},
},
}