[nvim] Removes copilot

This commit is contained in:
2025-10-28 12:00:57 -07:00
parent 9bbb4aa2dc
commit cfde735570

View File

@@ -1,14 +0,0 @@
return {
{
"zbirenbaum/copilot.lua",
opts = {
filetypes = {
markdown = false,
help = false,
},
suggestion = {
enabled = false,
},
},
},
}