jisantuc / nix-home

Repo for my nix home managed by home-manager
MIT License
0 stars 0 forks source link

`nvim-dap` -- figure out what I need to do to make it useful for Haskell #78

Open jisantuc opened 1 year ago

jisantuc commented 1 year ago

77 was a good start -- as I get used to it, maybe I'll learn enough about using nvim-dap that I can figure out what's wrong with how I tried to set it up for Haskell (issue was nothing really seemed to happen? But I also don't really have a sense of what I'd expect a breakpoint to do in Haskell anyway -- like what's even the entrypoint? I didn't see a "run test under cursor" similar method in Haskell 🤔 so yeah anyway leaving this in python only for now and I'll see how it goes for a bit

jisantuc commented 2 months ago

I think the answer might depend on neotest + neotest-haskell -- I have a branch going at feat/js/haskell-debug-adapter-redux but:

Anyway, progress is happening maybe.