mrcjkb / neotest-haskell

Neotest adapter for Haskell (cabal or stack) with support for Sydtest, Hspec and Tasty
GNU General Public License v2.0
55 stars 4 forks source link

Coundn't build plugin on lazyvim : Failed to spawn process luarocks.bat #196

Closed Zim-Inn closed 4 weeks ago

Zim-Inn commented 4 weeks ago

Question

I am new to neovim editor. I run neovim on windows powershell via windows terminal. I add haskell language surpport by edit lazyvim extra config on its tui. And then it clone neotest-haskell after restart neovim successfully. image

But finally a failure occurred and the plugin didn't enable.

image

It says image

I search my local files include hidden files. It can't be found which named luarocks.bat

The only result is image

How can I resolve it?

My local c complier is zig. And I have already install haskell toolchain by ghcup.

mrcjkb commented 4 weeks ago

Duplicate of #179