mbdev
mbdev

Reputation: 6583

How to remove airline themes notice when running vim?

I just installed spf13-vim and get this warning when running vim:

airline themes have been migrated to github.com/vim-airline/vim-airline-themes
and will be removed from the core in the near future.

How would I fix or disable the notice?

Upvotes: 2

Views: 845

Answers (1)

Christian Brabandt
Christian Brabandt

Reputation: 8258

Simply clone the vim-airline/vim-airline-themes repository as well. The warning from airline will then disappear.

Upvotes: 6

Related Questions