dotfiles/vim/plugins/vim-airline-themes/plugin/airline-themes.vim

8 lines
207 B
VimL
Raw Normal View History

2018-04-05 13:06:54 +02:00
" MIT License. Copyright (c) 2013-2016 Bailey Ling & Contributors.
" vim: et ts=2 sts=2 sw=2
if (exists('g:loaded_airline_themes') && g:loaded_airline_themes)
finish
endif
let g:loaded_airline_themes = 1