Put windsurf behind an environment variable check

This commit is contained in:
Alex Selimov 2025-09-03 12:07:50 -04:00
parent 12b25aa2b4
commit 732549bce9
No known key found for this signature in database
GPG key ID: BC03C17FF5CFFFD2

View file

@ -13,6 +13,7 @@ return {
{ {
"Exafunction/windsurf.vim", "Exafunction/windsurf.vim",
event = "BufEnter", event = "BufEnter",
cond = os.getenv("NVIM_USE_WINDSURF") == "true",
}, },
{ {