Skip to content

Commit

Permalink
adding solarized colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
lusis committed Apr 2, 2011
1 parent 748bf63 commit 11fa09e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -61,3 +61,6 @@
[submodule "bundle/command-t"]
path = bundle/command-t
url = git://git.wincent.com/command-t.git
[submodule "_colorschemes/solarized"]
path = _colorschemes/solarized
url = git://github.com/altercation/vim-colors-solarized.git
1 change: 1 addition & 0 deletions _colorschemes/solarized
Submodule solarized added at a211ae
1 change: 1 addition & 0 deletions bundle/colorschemes/colors/solarized.vim
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -25,7 +25,7 @@ set equalalways
"" New horizontal splits below current
set splitright splitbelow
"" Change the leader from \ to ,
let mapleader=","
"""let mapleader="\"
"" Change tmp file path
set directory=~/.vim/swap,~/tmp,/var/tmp/,tmp
"" Change tags path
Expand Down

0 comments on commit 11fa09e

Please sign in to comment.