summaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-04-17 17:50:25 +0100
committerNaz <ndpm13@ch-naseem.com>2025-04-17 17:50:25 +0100
commit49556aa748a16f067d7ab5c511f2d381a1cc38c1 (patch)
tree610ec8b49f422ff34d8bc0bd6a13987038ab7f70 /lua/plugins
parent2a883020b2eac952496ffd0cd6648a33e91db143 (diff)
✨feat: apparently codeium is called windsurf now
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/windsurf.lua (renamed from lua/plugins/codeium.lua)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/codeium.lua b/lua/plugins/windsurf.lua
index fa6dff7..6cfd566 100644
--- a/lua/plugins/codeium.lua
+++ b/lua/plugins/windsurf.lua
@@ -1,4 +1,4 @@
return {
- "Exafunction/codeium.vim",
+ "Exafunction/windsurf.vim",
event = "BufEnter",
}