olimorris / neotest-rspec

๐Ÿงช Neotest adapter for RSpec. Works in Docker containers too
MIT License
90 stars 26 forks source link

tests: allow plenary tests to be run in neotest-plenary #41

Closed zidhuss closed 1 year ago

zidhuss commented 1 year ago

Small QOL improvement. We can run the plenary tests with neotest-plenary if we rename the minimal init file to minimal_init.lua.

neotest-plenary will automatically load the minimal init file if it exists: https://github.com/nvim-neotest/neotest-plenary/blob/d49bfd9470f791e7c29149e75d56b6f925bb391b/lua/neotest-plenary/init.lua#L89-L97

image
olimorris commented 1 year ago

Thank you. Very much appreciated!

Also, that is one funky light scheme ๐Ÿ˜†.

zidhuss commented 1 year ago

Yeah something I whipped up myself ๐Ÿ˜…

I prefer the minimal look that distinguishes comments and strings with the bold font for keywords sprinkled in. It definitely needs an update to handle different plugins though.