DEV Community

Discussion on: Haskell LSP (bonus: for Vim)

Collapse
 
wayneseymour profile image
Tre'

Hello there, I've been using vim since about 1999 but never really dug into the internals. I added what you have to my ~/.vimrc, but not sure where to save the next block you added to. Ideas?

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!