This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/vim-for-rails-developers
surprised you donāt show us how to install vim-railsā¦ or how to open it once it is installedā¦
I wonder if there is any quickstart manual about installing VIM with everything you need for rails development. Cause even though Iāve installed vim-rails, it doesnāt feel like itās enough to do things in most VIM video tutorials. I know there is dot-files repos, but itās still a bit unclear how to bootstrap only vim using these dot files, and installing plugins one-by-one seems like a slow way.
Thanks.
@thedanotto - You can find the installation details for vim-rails at the vim-rails Github. Itās currently suggested to use pathogen, a well-supported add-on manager for vim. Assuming you use pathogen, vim-rails should be active as soon as you reopen vim.
@DmitriySalko I believe thoughtbot has a script called laptop that installs a dev environment on OSX for you,
might want to have a look at that?
Thanks, Iāll have a look.
thanks for the help!