DEV Community

Discussion on: Haskell LSP (bonus: for Vim)

Collapse
 
moniquelive profile image
MoniqueLive

Hi, I've never tried this solution on Windows, if it works for you let me know! :)
The first block (with "Plug..." lines) assumes you have installed the vim-plug manager. This manager has a configuration block delimited by calls to plug#begin and plug#end.
The second block of the post (the one with the maps) can be pasted anywhere after the call to plug#end.
If you don't use vim-plug, take a look at it here github.com/junegunn/vim-plug

Good luck!

Collapse
 
wayneseymour profile image
Tre'

Hey thanks but I'm on MAC, not windows. :). Thanks for the plug for plug lol

Thread Thread
 
moniquelive profile image
MoniqueLive

I'm sorry! I don't know where I read that... 😊
I use this on Mac and Linux and it works fine.

  • M
Thread Thread
 
wayneseymour profile image
Tre'

Sweet! Thanks mate!