Skip to content

MSch/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 19, 2011
db2979b · Dec 19, 2011
Dec 18, 2011
Dec 19, 2011
Jan 2, 2011
Jan 2, 2011
Jan 2, 2011
Jul 15, 2010
Dec 18, 2011
Jan 6, 2011
Dec 19, 2011
Nov 2, 2010
Jul 30, 2010
Feb 7, 2011
Sep 25, 2010
Dec 18, 2011
Jan 2, 2011
Dec 18, 2011
Jan 6, 2011

Repository files navigation

Vim-Files

Preconditions

JSLint

To use JSLint you need Spidermonkey.

brew install spidermonkey
sudo apt-get install spidermonkey-bin

Ack

ack.vim is included, to install ack see the installation instructions at http://github.com/mileszs/ack.vim

Setup

git submodule update --init
ln -s ~/.vim/vimrc ~/.vimrc

Compile the native Command-T plugin:

cd ~/.vim/bundle/command-t/ruby/command-t
rvm use system # if you use rvm you need to switch to the same ruby version vim was compile with
ruby extconf.eb
make

To generate help for all bundled plugins use

:call pathogen#helptags()

Usage

Update Submodules

To update first a git-pull sets the submodule definition to the latest version. Afterwards all submodules are updated.

git pull
git submodule update --init