Just 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
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.
2 comments
[ 3.4 ms ] story [ 18.2 ms ] threadInstall 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.