/vim-setup

Primary LanguageVim Script

Assumptions

  1. Vim installed
  2. Git installed

Third Party Plugin Manager

  • Use Vundle to manager vim plugins.

Setup

Vundle install instrucitons here

  1. git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  2. Add the .vimrc content from this repository to the top of your ~/.vimrc file
  3. Install plugins
  • From Vim: Launch vim and run :PluginInstall
  • From CLI: vim +PluginInstall +qall