samisagit / natskell

A NATS client library written in Haskell
MIT License
7 stars 0 forks source link

Add project settings to nvim #47

Closed samisagit closed 2 years ago

samisagit commented 2 years ago

https://andrew.stwrt.ca/posts/project-specific-vimrc/

Add nvim settings to repo in order to run tests easily

samisagit commented 2 years ago

This actually works out of the box for testing (once vim-test is added). There is a bug in the stack runner, or at least it's not super specific about what it runs, it only takes the nearest describer e.g context, describe or it and does not specify the test file, so could match more than expected.