updated vimrc to use ir-whack

Also added ir-whack as a git submodule
This commit is contained in:
Nick Nisi
2012-10-08 10:41:33 -05:00
parent f73c6095cd
commit 68a849e7b9
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -85,3 +85,6 @@
[submodule "vim/vim.symlink/bundle/vim-ack"]
path = vim/vim.symlink/bundle/vim-ack
url = https://github.com/mileszs/ack.vim.git
[submodule "vim/vim.symlink/bundle/ir-whack"]
path = vim/vim.symlink/bundle/ir-whack
url = git@github.com:nicknisi/ir-whack.git

View File

@@ -114,7 +114,7 @@ set tm=500
syntax on
set background=dark
colorscheme ir_whack
colorscheme ir-whack
" set number " show line numbers
set relativenumber " show relative line numbers