diff --git a/lua/plugins/copilot.lua b/lua/plugins/copilot.lua deleted file mode 100644 index 458ece7..0000000 --- a/lua/plugins/copilot.lua +++ /dev/null @@ -1,21 +0,0 @@ --- return { --- 'zbirenbaum/copilot.lua', --- event = 'InsertEnter', --- config = function() --- require('copilot').setup { --- suggestion = { --- enabled = true, --- auto_trigger = true, --- keymap = { --- accept = '', --- }, --- }, --- filetypes = { --- yaml = true, --- markdown = true, --- gitcommit = true, --- gitrebase = true, --- }, --- } --- end, --- }