Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 3.82 KB

README.md

File metadata and controls

56 lines (43 loc) · 3.82 KB

Matt Furden's More Minimal vim dotfiles.

Installation

  1. git clone http://github.com/zolrath/dot_vimimal.git in your home folder.
  2. mv dot_vimimal .vim
  3. cd .vim
  4. rake vim:init to make the .vimrc symbolic link and install Vundle.
  5. Run Vim and type :BundleInstall to install the plugins with Vundle.

Requirements

Mac

  • MacVim - I'm currently using terminal vim, but MacVim works too!

Windows

Notes

Be sure to always edit the vimrc using ,v, which opens the vimrc in the .vim folder. Vim has a nasty habit of overriding symlinks. Keybindings and Plugin Specific options are located in the plugin/settings directory.

Plugin Installation / Requirements

  • Fugitive Requires Git to be installed
  • syntastic Requires many different binaries installed depending on what filetypes you want it to check
  • ack.vim Requires ack to be installed. Currently disabled.

Plugin List