vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.05k stars 350 forks source link

Support light background in minimalist theme #139

Closed softmoth closed 6 years ago

chrisbra commented 6 years ago

let s:want_showmod = get(g:, 'airline_minimalist_showmod', 0)

That needs to be documented.

softmoth commented 6 years ago

Thanks, I have updated the commit to document that setting.

chrisbra commented 6 years ago

thanks