From 2e890c0e15e7b1f4a56d4947c66087b69b5fd30e Mon Sep 17 00:00:00 2001 From: "Richard V.H" Date: Thu, 6 Mar 2025 08:31:35 -0800 Subject: [PATCH] Feat: adding codium --- lua/custom/plugins/codium.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/custom/plugins/codium.lua diff --git a/lua/custom/plugins/codium.lua b/lua/custom/plugins/codium.lua new file mode 100644 index 00000000..ea020ab4 --- /dev/null +++ b/lua/custom/plugins/codium.lua @@ -0,0 +1,4 @@ +return { + 'Exafunction/codeium.vim', + event = 'BufEnter', +}