GHCi not loading tidal in nvim windows

I can't seem to figure out what's going on here. I'm really grateful for the help.

I spent hours trying to get linux doing tidal cycles yesterday and then I gave up and moved to windows. Now tidal works as a standalone command and I get sound and everything!

But when I open a file in neovim in the powershell, it doesn't work. :frowning: when I execute a line, it opens the nvim terminal and tries to run the line in ghci directly, not tidal. :frowning:

Any ideas?

Thanks!! <3 so excited!!

I changed line 56 in tidal from let g:tidal_ghci = "ghci" to let g:tidal_ghci = "tidal"

and now it works. the statement this was in was:

if !exists("g:tidal_ghci")
  let g:tidal_ghci = "ghci"
endif

I'm beyond excited, but I feel like I broke an otherwise necessary line in the script? lol somebody let me know if I did a no-no? :slight_smile: