[nvim] Removes copilot

This commit is contained in:
2025-11-21 12:18:06 -08:00
parent 9bbb4aa2dc
commit cfde735570
@@ -1,14 +0,0 @@
return {
{
"zbirenbaum/copilot.lua",
opts = {
filetypes = {
markdown = false,
help = false,
},
suggestion = {
enabled = false,
},
},
},
}