Skip to content

westonmyers/Vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIM configuration files from https://github.com/brandondean/Vim/

The automatic installer.

You can install this via the command line with either `curl` or `wget`.

via `curl`

rake install <(curl -s https://github.com/westonmyers/Vim/raw/master/Rakefile)

via `wget`

rake install <(wget --no-check-certificate https://github.com/westonmyers/Vim/raw/master/Rakefile -O -)

The manual way

1. Clone the repository.

git clone git://github.com/westonmyers/Vim.git ~/.vim
cd ~/.vim && git submodule init && git submodule update && ln -s ~/.vim/vimrc ~/.vimrc && mkdir ~/.vim-tmp

About

My vim settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 90.1%
  • Python 7.0%
  • Ruby 2.1%
  • Other 0.8%