zolrath / dot_vimimal

A More Mimial vim dotfile with Package Management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A More Mimial vim dotfile with Package Management.


Languages

Language:Vim Script 50.1%Language:C 40.1%Language:Ruby 9.8%