Simon Kohlmeyer
Simon Kohlmeyer
The multi-filetype thing sounds about right. Editing through a symlink works indeed. It even works if the file is called `.do.hs` :joy: I *think* I have wired up nvim to...
That would be pretty cool. I'd be curious to contribute on that, but between the learning and time I'll need, I can't tell if or when I'd get around to...
Just did a small experiment with `Debug.trace` nvim lspconfig does indeed send either `haskell`, `cabal` or `lhaskell`. This should be verified with other clients, but I'm optimistic. The bad news...
I've added a new Var to the ide state and I think I can get it threaded through. https://github.com/voidus/haskell-language-server/pull/1 (I opened the PR for easier feedback, but I didn't want...
Thank you so much! This fixed it. Although the warning in [the docs](https://wezterm.org/config/lua/config/enable_csi_u_key_encoding.html) is a bit scary. I'll try to prepare a small PR to add this to the README...
Of course, take your time. I think it would also be reasonable to just leave this open and see if there is more demand or how your thoughts develop. The...
@runiq 's tool seems great but I prefer an in-shell solution here that basically does the same thing (I hope) I've tried it with `env -i ${TEST_SHELL} $TESTSCRIPT` using sh,...
Maybe this is not a regression actually. I went back as far as pytest-testmon==1.2.3 and the error still occurs.