mirror of
https://github.com/amix/vimrc
synced 2025-07-10 03:25:00 +08:00
updated plugins and added eslint goodies
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
" 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
|
Reference in New Issue
Block a user