Sebastian Witte
Sebastian Witte
If this still happens with the latest version (2.1.0.7 or master) , please tell me how to reproduce this.
The stack portion of the configuration works. The culprit for the cabal-based one seems to fail, because it cannot execute hspec-discover: > ghc: could not execute: hspec-discover I personally don't...
I'm closing this because I cannot reproduce this and no additional information has been provided for over a year.
I'm on NixOS 22.11 and have the same problem as mentioned in #1430. I can run rustlings with the changes of this PR.
FWIW, this also fixes the same issue on my Manjaro Linux laptop.
> Seems like there's a lot of incompatibilities between "standard" Nix setups and how things are handled on MacOS? I'd rather have a one-works-for-all kind of solution, instead of something...
You can use the swiss army knife of api functions: `nvim_call_function` ```haskell getExtmarkIntervalById :: Int64 -> Buffer -> Int64 -> Neovim env Object getExtmarkIntervalById ns b x = do !z
Thank you for your kinds words! I wonder if I had known to work round this issue in this way if I hadn't added `nvim_call_function` to the neovim codebase myself....