We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 385e538 + 5615668 commit ca7dbd1Copy full SHA for ca7dbd1
2 files changed
.vim/colors/jellybeans.vim
@@ -311,10 +311,10 @@ call s:X("LineNr","605958","151515","none","Black","")
311
call s:X("Comment","888888","","italic","Grey","")
312
call s:X("Todo","808080","","bold","White","Black")
313
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")
317
call s:X("WildMenu","f0a0c0","302028","","Magenta","")
+call s:X("StatusLine","f0f0f0","F0F0F0","italic","","")
+call s:X("StatusLineNC","a0a0a0","F8F8F8","italic","","")
+call s:X("VertSplit","F8F8F8","F8F8F8","italic","","")
318
319
call s:X("Folded","a0a8b0","384048","italic","Black","")
320
call s:X("FoldColumn","a0a8b0","384048","","","Black")
.vim/common_config/plugin_config.vim
@@ -26,6 +26,11 @@
26
Bundle "git://github.com/wgibbs/vim-irblack.git"
27
Bundle "git://github.com/wavded/vim-stylus.git"
28
29
+" Less
30
+ Bundle "git://github.com/groenewege/vim-less.git"
31
+ au BufNewFile,BufRead *.less set filetype=less
32
+
33
+" Mustache
34
Bundle "git://github.com/juvenn/mustache.vim.git"
35
" Copied from the plugin; not sure why it isn't working normally
36
au BufNewFile,BufRead *.mustache,*.handlebars,*.hbs set filetype=mustache
0 commit comments