https://github.com/thheller/dotvim
my vim setup
https://github.com/thheller/dotvim
Last synced: 5 months ago
JSON representation
my vim setup
- Host: GitHub
- URL: https://github.com/thheller/dotvim
- Owner: thheller
- Created: 2010-09-29T23:04:20.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-01T13:19:13.000Z (almost 15 years ago)
- Last Synced: 2025-02-10T11:13:54.878Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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