tweag / promptworks.vim

PromptWorks vim configs as a self-bootstrapping vundle setup
2 stars 1 forks source link

Alignment mappings should only align by the first instance of the character #5

Closed nicholaides closed 10 years ago

nicholaides commented 10 years ago

For instance, this:

one: One.new(:ok)
three: Three.new(:ok) 

Should align to this:

one:   One.new(:ok)
three: Three.new(:ok) 

Not this:

one:   One.new(   :ok)
three: Three.new( :ok) 

The mappings are done with Tabularize and currently bound to <leader>a:, <leader>a=, etc.

nicholaides commented 10 years ago

I asked here: http://redd.it/2dho01