/vimfiles

VIM as IDE - Ruby, Rails, Python

Primary LanguageVim ScriptMIT LicenseMIT

vimfiles

How to install

  • Prerequisites

    Remove old vim's configurations: rm -rf ~/.vim*

    Install Mac Vim: brew install macvim

  • Downloading

    git clone https://github.com/igordeoliveirasa/vimfiles.git ~/.vim

  • Configuring

    Enter into .vim folder: cd ~/.vim

    Set configure.sh as executable: chmod +x configure.sh

    Run the configure.sh: ./configure.sh

  • Using

    Type the command: mvim in your terminal

    And... Feel like if you were the most wonderful fucking programmer of the world :)

Thanks!