Put windsurf behind an environment variable check
This commit is contained in:
parent
12b25aa2b4
commit
732549bce9
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ return {
|
||||||
{
|
{
|
||||||
"Exafunction/windsurf.vim",
|
"Exafunction/windsurf.vim",
|
||||||
event = "BufEnter",
|
event = "BufEnter",
|
||||||
|
cond = os.getenv("NVIM_USE_WINDSURF") == "true",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue