Remove
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
-- return {
|
|
||||||
-- 'zbirenbaum/copilot.lua',
|
|
||||||
-- event = 'InsertEnter',
|
|
||||||
-- config = function()
|
|
||||||
-- require('copilot').setup {
|
|
||||||
-- suggestion = {
|
|
||||||
-- enabled = true,
|
|
||||||
-- auto_trigger = true,
|
|
||||||
-- keymap = {
|
|
||||||
-- accept = '<Tab>',
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- filetypes = {
|
|
||||||
-- yaml = true,
|
|
||||||
-- markdown = true,
|
|
||||||
-- gitcommit = true,
|
|
||||||
-- gitrebase = true,
|
|
||||||
-- },
|
|
||||||
-- }
|
|
||||||
-- end,
|
|
||||||
-- }
|
|
||||||
Reference in New Issue
Block a user