Reputation: 7041
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
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