An open API service indexing awesome lists of open source software.

https://github.com/thheller/dotvim

my vim setup
https://github.com/thheller/dotvim

Last synced: 5 months ago
JSON representation

my vim setup

Awesome Lists containing this project

README

          

Beware before using this, I'm a VIM noob!

Intended for MacVIM, console vim still is a little creepy.

http://github.com/b4winckler/macvim
-> enable experimental renderer!!!

Install Notes (so I dont forget)

Checkout Stuff:

git clone git://github.com/thheller/dotvim ~/.vim
cd ~/.vim
mkdir tmp
git submodule init
git submodule update

Symlink if not already done:

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

Make vim-taglist happy:

brew install ctags

Make command-t happy:

cd bundle/command-t/ruby/command-t
ruby extconf.rb
make
make install

(might require rvm system)

:Ack

brew install ack