Browse Source

Install and apply wombat256 color scheme

master
jimi 14 years ago
parent
commit
ebf8d6e37e
  1. 3
      .gitmodules
  2. 1
      bundle/wombat256
  3. 2
      vimrc

3
.gitmodules

@ -0,0 +1,3 @@
[submodule "bundle/wombat256"]
path = bundle/wombat256
url = git@github.com:jinfield/wombat256.vim.git

1
bundle/wombat256

@ -0,0 +1 @@
Subproject commit 339b92e39aff76fb24e2ae6132e250401928ce51

2
vimrc

@ -17,6 +17,8 @@ set statusline=%<%f\ %h%m%r\ %y\ %=%-16(\ %l,%c-%v\ %)%P
" Enable 256 color xterm support
au VimEnter * if &term == 'xterm' | set t_Co=256 | endif
colorscheme wombat256mod
if has("gui_running")
set guifont=Monospace\ 10
set cursorline