You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a strange error with neovim on manjaro. Standard tidal code works fine, but anytime I try to run a variable or custom function with an equal sign, I run into compile errors...
fill e x = every e (fix (ply 3) (s x))
WontCompile error: parse error on input '='
I have VSCode installed on this machine as well, and when using the Tidal extension, the above code is working as expected. Could this be something with either the Tidal startup in this package or my neovim settings?
The text was updated successfully, but these errors were encountered:
mashaal
changed the title
Parse error on variables
parse error on input '='
Jul 2, 2022
I'm running into a strange error with neovim on manjaro. Standard tidal code works fine, but anytime I try to run a variable or custom function with an equal sign, I run into compile errors...
WontCompile
error: parse error on input '='
I have VSCode installed on this machine as well, and when using the Tidal extension, the above code is working as expected. Could this be something with either the Tidal startup in this package or my neovim settings?
The text was updated successfully, but these errors were encountered: