1
0
Fork 0
mirror of synced 2024-06-02 15:31:09 -04:00
ultimate-vim/sources_non_forked/vim-airline-themes/plugin/airline-themes.vim
2016-02-20 13:13:10 +00:00

8 lines
207 B
VimL

" 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