Skip to content

jcugno/dot_vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. git clone http://github.com/jcugno/dot_vim.git in your home folder.
  2. mv dot_vim .vim
  3. cd .vim
  4. sym link vimrc and gvimrc to your $HOME.
  5. Install Vundle with git clone http://github.com/gmarik/vundle.git bundle/vundle
  6. Run Vim and type :BundleInstall to install the plugins with Vundle.

Requirements

Mac

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.

Plugin Installation / Requirements

I may make this more verbose later, but for now, here's a list of plugins that require further installation:

  • 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

About

My ever evolving vim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.2%
  • Vim Script 30.8%
  • Ruby 3.6%
  • Shell 1.4%