What is the best IDE plugin for VIM?
I’m looking for a VIM plugin that
- is easy to use and install
- supports auto-completion
- supports jumping to method/class definitions
- does not change the files of my Rails project (I’m co-working in a software project where not everybody uses VIM)
- should be compatible with the latest Rails versions
Rails.vim is the best for now
https://github.com/tpope/vim-rails
http://www.vim.org/scripts/script.php?script_id=1567