Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.34 KB

Vim setup for web development

This is tailored to my needs (mostly frontend) and thus probably won't work well for everyone.

Plugins

See bundle

Installation

  1. Back up ~/.vim
  2. Remove rm -rf ~/.vim
  3. Make sure you're in your home folder cd ~
  4. Get the setup git clone --recursive https://github.com/davidyezsetz/.vim.git
  5. Symlink Vim configuration to home folder ln -s ~/.vim/.vimrc .vimrc
  6. Install patched powerline fonts (dependancy for Airline)
  7. Install Exuberant CTAGs (dependency for Tagbar)
  8. Install YouCompleteMe dependencies
  9. Install silver surfer

Updates

  1. Run ./update

Keyboard Shortcuts

See Keyboard Shortcuts

Educational Resources