Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vinibispo/ruby.nvim
- Owner: vinibispo
- License: mit
- Created: 2021-07-13T22:36:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T15:32:28.000Z (about 2 years ago)
- Last Synced: 2023-03-05T22:33:07.686Z (almost 2 years ago)
- Topics: development, lua, neovim, neovim-plugin, neovim-plugins, nvim, plugin, ruby
- Language: Lua
- Homepage:
- Size: 43 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |