Show HN: Vanity. A Vim plugin for managing color schemes
1–3 of 3 posts
Re: Show HN: Vanity. A Vim plugin for managing color schemes
#2Just a simple little plugin I needed for managing the huge amount of color schemes available for vim. Allows for cycling through available color schemes, setting defaults etc..
Still a WIP but it has been solid enough for me on Linux using vim 8
Re: Show HN: Vanity. A Vim plugin for managing color schemes
#3Quick guide to getting started:
Install with vundle:
Plugin 'whatever555/vanity'
To cycle through available color schemes call :VanityNextCol. When you come across a colour scheme you LIKE call :VanitySaveFavColorForFileType to add it as a favourite. When you come across a colour scheme you LOVE call :VanitySetDefaultColorForFiletype to add it as the default colour scheme for that filetype.