Ruby
Install Syntax Highlighting
:TSInstall ruby
Supported language servers
ruby = { "solargraph" }
Solargraph
Project root is recognized by having one of the following files/folders in the root directory of the project: Gemfile
, .git
.
Note: Solargraph
should automatically detect and use rubocop
for formatting.
Supported formatters
ruby = { "rubocop", "rufo", "standardrb" }
Supported linters
ruby = { "rubocop", "standardrb" }