vim-airline / vim-airline-themes

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

Cannot add the 'minimalist' theme #134

Closed sahibjotsaggu closed 6 years ago

sahibjotsaggu commented 6 years ago

I did tried let g:airline_theme='minimalist' and :AirlineTheme minimalist but I keep getting The specified theme cannot be found.

chrisbra commented 6 years ago

do you have it actually installed?

sahibjotsaggu commented 6 years ago

I have these inside my .vimrc:

Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'

I'm not sure what else I need to have installed.

chrisbra commented 6 years ago

and in your checked out version of vim-airline-themes there is a file /autoload/airline/themes/minimalist.vim?

sahibjotsaggu commented 6 years ago

Having that file in there would probably help eh?

When I installed vim-airline-themes, I assumed all the themes would be there.

Thanks a lot!

chrisbra commented 6 years ago

well yes, it should be there once you checked out the repository. Don't know how that file can be missing.