Install VIM + Janus on Windows

  1. Install Vim 
  2. Install ctags
    • Download: http://ctags.sourceforge.net/
    • Install: I used ~/ctags58.
    • Set path: Edit environment variables, add directory to Path.
    • Used for code navigation and some vim plugins.
  3. Install Ruby
  4. Install Rake
    • gem install rake
    • Restart your terminal if gem is not found.
  5. Install Janus
Tags