Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinibispo/ruby.nvim

Ruby development plugin for neovim
https://github.com/vinibispo/ruby.nvim

development lua neovim neovim-plugin neovim-plugins nvim plugin ruby

Last synced: 19 days ago
JSON representation

Ruby development plugin for neovim

Awesome Lists containing this project

README

        

# ruby.nvim

Ruby development plug-in for Neovim.

This plugin is archived in favor of alternatives. For reference:

| Command | Status |
|:--|:--|
| `:RubyRun [file]` | Use `:term ruby %` |
| `:RubyAlternate` | Use [`:Other`](https://github.com/rgroli/other.nvim) |
| `:RubyTest[!]` | Use [`:lua require('neotest').run.run()`](https://github.com/nvim-neotest/neotest) |
| `:RubyBrowseGem` | Unmaintained |