onivim / oni2

Native, lightweight modal code editor
https://v2.onivim.io
MIT License
7.77k stars 274 forks source link

Haskell Language Server (HLS) Support #2380

Open kutyel opened 4 years ago

kutyel commented 4 years ago

When opening a Haskell file, you get prompted to install GHC (exactly the same behaviour as in vscode):

oni2-haskell

However, accepting this prompt does not download the extension.

This extension right now provides the best UX for Haskell development in an editor, it would be awesome to have this in Oni2 as well as it would drastically increase adoption!

Thanks and keep up the great work! ❤️ 💪


I don't know if this is relevant but I am a paid user of Onivim2 (I purchased a license in the early alpha release of the project). 🚀

seanchen1991 commented 4 years ago

Not sure if a separate issue should be made for this or not (if it should, let me know!), but I see a similar popup whenever I open up a Rust file with the prompt "Some Rust components not installed. Install?". Possibly a related issue?