vim-ruby
vim-ruby copied to clipboard
Improved syntax highlighting and indentation for Ruby
Results
1
vim-ruby issues
Sort by
recently updated
recently updated
newest added
First, thank you very much for writing this! I get the following code indentation: ``` redirect_to @foo, notice: 'Something' ``` The Ruby Style guide here [method argument alignment](https://github.com/rubocop/ruby-style-guide#method-arguments-alignment) says that...