♻️ refactor(nvim): personal copilot extra now imports the lazyvim one
This commit is contained in:
parent
7d5c1f50ea
commit
f2cfbd6110
1 changed files with 20 additions and 17 deletions
|
@ -1,4 +1,8 @@
|
||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
import = "lazyvim.plugins.extras.coding.copilot",
|
||||||
|
},
|
||||||
|
{
|
||||||
"zbirenbaum/copilot.lua",
|
"zbirenbaum/copilot.lua",
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
opts = {
|
opts = {
|
||||||
|
@ -14,10 +18,9 @@ return {
|
||||||
dismiss = "<M-c>",
|
dismiss = "<M-c>",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
panel = { enabled = false },
|
},
|
||||||
filetypes = {
|
keys = {
|
||||||
markdown = true,
|
{ "<leader>cI", "<cmd>Copilot toggle<cr>", desc = "Toggle IA" },
|
||||||
help = true,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue