vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.04k stars 349 forks source link

airline: The specified theme "kolor" cannot be found #245

Closed gamersover closed 3 years ago

gamersover commented 3 years ago

Any airline theme cannot be found. This is my .vimrc config: image

vim-airline and vim-airline-themes is the lastest version 2021-01-02 10-42-34 的屏幕截图 2021-01-02 10-45-53 的屏幕截图

And all theme exists in .vim/bundle/vim-airline-themes/autoload/airline/themes 2021-01-02 10-48-43 的屏幕截图

But set theme just don't work for me, please help 2021-01-02 10-51-35 的屏幕截图

chrisbra commented 3 years ago

Is kolor there?

gamersover commented 3 years ago

Yeah. Not only kolor, all themes have same error.

ukn-ubi commented 3 years ago

I'm also experiencing this.

chrisbra commented 3 years ago

can you show the directory structure? What Vim version? What kind of plugin manager?

chrisbra commented 3 years ago

can you provide a sample repository that shows this error?

chrisbra commented 3 years ago

any updates here?

gamersover commented 3 years ago

No, may be I should reinstall them. @XiKuuKy have you solved it?

ukn-ubi commented 3 years ago

Mine was a package manager issue. I am using minpac and I needed to call a function.

gamersover commented 3 years ago

Put Plugin 'vim-airline/vim-airline-themes' in my vimrc file, and finally its work! Sorry to bother you and thank you!