How to Install vim-rails in Ubuntu 18.04



Install vim-rails by entering the following commands in the terminal:

sudo apt update
sudo apt install vim-rails

Description:

vim development tools for Rails development

vim-rails provides several tools for Rails development with vim: . * only affects buffers of files inside Rails projects. * fills key variables like 'makeprg', 'path' with appropriate values for your application. * enhanced syntax highlighting for files in Rails projects. * interface to Rails' scripts/* * automated partial extraction * integration with project and dbext vim addons, present in the vim-scripts package.

Version: 4.5~20110829-1

Section: universe/editors