

-
This is actually just my own colour scheme, you can check it out here https://github.com/rcarriga/dotfiles/blob/master/.config/nvim/lua/colors.lua. I don't maintain it as a plugin because (despite my weird focus on UI plugins) I am not a designer/UI developer and have no concept of consistency/"good" design
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
There is a project that has started if you wanted to check that out. https://github.com/suketa/nvim-dap-ruby
-
TL;DR check it out here https://github.com/rcarriga/neotest
-
I wrote this plugin a few months ago: nvim-coverage
-
How about https://github.com/rcarriga/vim-ultest ?
-
It is in "closed alpha", so to speak, i.e. in my Neovim configuration [here](https://github.com/echasnovski/nvim/blob/master/lua/mini-dev/test.lua). Yet needs some Lua experience to go through source code, but it will be easier with more examples in the near future. I plan to release it for beta testing in a couple of weeks.
-
Here are my dotfiles so you can see how I use it: dotfiles
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
kcov
Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
Did you look into kcov yet? https://github.com/SimonKagstrom/kcov
-
u/Rainy_J and u/pau1rw if you guys are interested, I am working on adding Ruby support to Refactoring.nvim here.
-
refactoring.nvim
Discontinued The Refactoring library based off the Refactoring book by Martin Fowler (by olimorris)
u/Rainy_J and u/pau1rw if you guys are interested, I am working on adding Ruby support to Refactoring.nvim here.
-
I've now added an RSpec adapter, here. Would love you try it out and feedback.