From caba66748c6b78eb6b8a9df4124c204d516f2bc4 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Tue, 21 Jan 2025 22:10:50 -0500 Subject: [PATCH] Add comments for copilot.vim --- lua/plugins/copilot.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/copilot.lua b/lua/plugins/copilot.lua index 72850dd..444914a 100644 --- a/lua/plugins/copilot.lua +++ b/lua/plugins/copilot.lua @@ -1,4 +1,5 @@ return { + --[[ { "github/copilot.vim", config = function() @@ -8,4 +9,5 @@ return { vim.keymap.set("i", "", "copilot#Accept('')", {noremap = true, silent = true, expr=true, replace_keycodes = false }) end }, + ]]-- }