diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-04-17 17:50:25 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-04-17 17:50:25 +0100 |
| commit | 49556aa748a16f067d7ab5c511f2d381a1cc38c1 (patch) | |
| tree | 610ec8b49f422ff34d8bc0bd6a13987038ab7f70 /lua/plugins/windsurf.lua | |
| parent | 2a883020b2eac952496ffd0cd6648a33e91db143 (diff) | |
✨feat: apparently codeium is called windsurf now
Diffstat (limited to 'lua/plugins/windsurf.lua')
| -rw-r--r-- | lua/plugins/windsurf.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/plugins/windsurf.lua b/lua/plugins/windsurf.lua new file mode 100644 index 0000000..6cfd566 --- /dev/null +++ b/lua/plugins/windsurf.lua @@ -0,0 +1,4 @@ +return { + "Exafunction/windsurf.vim", + event = "BufEnter", +} |
