Skip to content

Commit ca7dbd1

Browse files
author
Matt Darby
committed
Merge branch 'master' of github.com:edgecase/vim-config
Conflicts: .vim/common_config/plugin_config.vim
2 parents 385e538 + 5615668 commit ca7dbd1

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.vim/colors/jellybeans.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ call s:X("LineNr","605958","151515","none","Black","")
311311
call s:X("Comment","888888","","italic","Grey","")
312312
call s:X("Todo","808080","","bold","White","Black")
313313

314-
call s:X("StatusLine","000000","dddddd","italic","Black","White")
315-
call s:X("StatusLineNC","ffffff","403c41","italic","White","Black")
316-
call s:X("VertSplit","777777","403c41","italic","Black","Black")
317314
call s:X("WildMenu","f0a0c0","302028","","Magenta","")
315+
call s:X("StatusLine","f0f0f0","F0F0F0","italic","","")
316+
call s:X("StatusLineNC","a0a0a0","F8F8F8","italic","","")
317+
call s:X("VertSplit","F8F8F8","F8F8F8","italic","","")
318318

319319
call s:X("Folded","a0a8b0","384048","italic","Black","")
320320
call s:X("FoldColumn","a0a8b0","384048","","","Black")

.vim/common_config/plugin_config.vim

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
Bundle "git://github.com/wgibbs/vim-irblack.git"
2727
Bundle "git://github.com/wavded/vim-stylus.git"
2828

29+
" Less
30+
Bundle "git://github.com/groenewege/vim-less.git"
31+
au BufNewFile,BufRead *.less set filetype=less
32+
33+
" Mustache
2934
Bundle "git://github.com/juvenn/mustache.vim.git"
3035
" Copied from the plugin; not sure why it isn't working normally
3136
au BufNewFile,BufRead *.mustache,*.handlebars,*.hbs set filetype=mustache

0 commit comments

Comments
 (0)