From 60a198bece7e4eb6eb01efb5b3710602f60d7be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Thallis?= Date: Sat, 8 Apr 2023 01:59:54 -0300 Subject: [PATCH 1/2] feat: enable markdown --- lua/copilot/util.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/copilot/util.lua b/lua/copilot/util.lua index 5b58c8c1..58276927 100644 --- a/lua/copilot/util.lua +++ b/lua/copilot/util.lua @@ -62,7 +62,6 @@ end local internal_filetypes = { yaml = false, - markdown = false, help = false, gitcommit = false, gitrebase = false, From 2cece8ba1f4dc4c25198a8e6e2714bbeb525f7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Thallis?= Date: Sat, 8 Apr 2023 02:29:14 -0300 Subject: [PATCH 2/2] feat: remove enable from init --- lua/copilot/init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/copilot/init.lua b/lua/copilot/init.lua index 286ec049..5b713479 100644 --- a/lua/copilot/init.lua +++ b/lua/copilot/init.lua @@ -38,8 +38,6 @@ M.setup = function(opts) create_cmds() end - require("copilot.command").enable() - M.setup_done = true end