wizztjh
wizztjh

Reputation: 7041

How to install and use rails.vim in Ubuntu?

I have google search and found nothing on it. DO anyone know any tutorial that is about installing and use rails.vim in ubuntu?

Upvotes: 2

Views: 2465

Answers (2)

Ch4rAss
Ch4rAss

Reputation: 754

You can also follow this step-by-step recipe.

Upvotes: 1

Dty
Dty

Reputation: 12273

From the website for rails.vim.

install details Extract the zip file to ~/.vim (or vimfiles on Windows). To use the help, see :help add-local-help. In a nutshell, :helptags ~/.vim/doc.

But I suggest you look into pathogen for managing your vim plugins. For directions on installing and usage check this blog post.

Upvotes: 2

Related Questions