jdx / status.vim

Better status bar
8 stars 1 forks source link

Last one for tonight #3

Closed ghost closed 13 years ago

ghost commented 13 years ago

Not sure if you're a ruby guy or not, but added support for using the RVM plugin. Shows your current ruby version in the status line. Can be disabled like the rest.

I like the idea of adding more warnings and colors. Not sure how the color support should work though.

jdx commented 13 years ago

I was thinking of maybe using the color to denote when you're in insert mode, but then again, that's already shown on the very bottom line of vim, so I'm not sure if that's actually useful information. I'll keep thinking about new things we could do.

ghost commented 13 years ago

Sounds good, I was trying to think of how to allow the user to arrange the items in the status bar however they chose. For example.

let g:status_order = [:filename, :lineno, :syntastic ]

Anyways not sure if I can make it work exactly like that very easily, but I"m going to play with it after I'm done work today.