Nvim: remove copilot

This commit is contained in:
Marko Korhonen 2025-06-07 23:51:34 -05:00
parent ac06fd90f5
commit cdd232ab9e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,9 +0,0 @@
-- GitHub Copilot
--- @type LazyPluginSpec
return {
"zbirenbaum/copilot.lua",
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
},
}