diff --git a/.gitmodules b/.gitmodules index 3c1fc27..d360f21 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "bundle/repeat"] path = bundle/repeat url = https://github.com/tpope/vim-repeat.git +[submodule "bundle/zenburn"] + path = bundle/zenburn + url = https://github.com/vim-scripts/Zenburn.git diff --git a/bundle/zenburn b/bundle/zenburn new file mode 160000 index 0000000..33e67af --- /dev/null +++ b/bundle/zenburn @@ -0,0 +1 @@ +Subproject commit 33e67af2418e4775c2a7abc6e8fef401e697e1eb diff --git a/vimrc b/vimrc index eef8c8b..6d2a6de 100644 --- a/vimrc +++ b/vimrc @@ -54,7 +54,8 @@ endif let g:solarized_termcolors=16 let g:solarized_visibility="low" let g:solarized_termtrans=1 -colorscheme solarized +"colorscheme solarized +colorscheme zenburn "special case fixes if &term =~ "vt100"