Skip to content

Commit

Permalink
Some updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Dailey committed Mar 10, 2015
1 parent 0f38641 commit 30a7a1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -16,3 +16,6 @@
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/editorconfig-vim"]
path = bundle/editorconfig-vim
url = git@github.com:editorconfig/editorconfig-vim.git
1 change: 1 addition & 0 deletions bundle/editorconfig-vim
Submodule editorconfig-vim added at 7498a7
4 changes: 2 additions & 2 deletions vimrc
Expand Up @@ -52,8 +52,8 @@ map <down> :bd<cr>
" 256 color mode.
set t_Co=256
" colorscheme zenburn
colorscheme jellybeans
colorscheme zenburn
" colorscheme jellybeans

" highlight trailing whitespace so we catch it early.
highlight ExtraWhitespace ctermbg=darkgreen guibg=lightgreen
Expand Down

0 comments on commit 30a7a1a

Please sign in to comment.