vim-airline / vim-airline-themes

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

Bump minimalist version to 1.4 #91

Closed dikiaap closed 7 years ago

zippeurfou commented 7 years ago

Not sure it is totally related to this one but I have a weird red thing on the right if I disable whitespace (it is disabled because the color of whitespace is just horrible) on v1.3

screen shot 2017-06-10 at 1 40 07 pm
dikiaap commented 7 years ago

@zippeurfou That red color is for the warning message. If you wanna remove it. Add let g:airline_skip_empty_sections = 1 to your .vimrc

zippeurfou commented 7 years ago

@dikiaap thank you. Sorry it seems it was off topic. I am having some hard time to understand how to configure this plugin. FYI, here is a screenshot with the whitespace plugin.

screen shot 2017-06-10 at 2 46 27 pm
dikiaap commented 7 years ago

@zippeurfou What do you mean about horrible? The text in it?

edit: suddenly close this because I touch my touchpad lol

zippeurfou commented 7 years ago

I mean the color that really do not match the theme in my opinion. Again, I am just starting vim. I might not know enough..

dikiaap commented 7 years ago

I see. It's make a bit of a problem in other colorscheme. But this theme has been made for my vim colorscheme. https://github.com/dikiaap/minimalist

You could override this config to change the current config.

chrisbra commented 7 years ago

thanks.