1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Use Base16 Tororrow Dark theme for vim

This commit is contained in:
Holger Just 2014-05-14 17:30:31 +02:00
parent 1ad25fc45d
commit 760eeb7d83
4 changed files with 7 additions and 1 deletions

View File

@ -24,7 +24,6 @@
default = tracking
[core]
autocrlf = false
editor = subl -nw
excludesfile = ~/.gitignore_global
[github]
user = meineerde

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/base16"]
path = .vim/bundle/base16
url = https://github.com/chriskempson/base16-vim

1
.vim/bundle/base16 Submodule

@ -0,0 +1 @@
Subproject commit c0ad852dd453e4e9ac63cf7de89aae0c83f317a7

3
.vimrc
View File

@ -10,3 +10,6 @@ set shell=/bin/bash\ -l
" 2 spaces soft tabstops
set ts=2 sts=2 sw=2 expandtab
set background=dark
colorscheme base16-tomorrow