mirror of
https://github.com/amix/vimrc
synced 2025-06-30 20:05:01 +08:00
Updated all the plugins. Removed powerline. Added vim-airline (replacement for powerline). Added vim-fugitive.
This commit is contained in:
14
sources_non_forked/vim-airline/Rakefile
Normal file
14
sources_non_forked/vim-airline/Rakefile
Normal file
@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env rake
|
||||
|
||||
task :default => [:test]
|
||||
|
||||
task :ci => [:dump, :test]
|
||||
|
||||
task :dump do
|
||||
sh 'vim --version'
|
||||
end
|
||||
|
||||
task :test do
|
||||
sh 'bundle exec vim-flavor test'
|
||||
end
|
||||
|
Reference in New Issue
Block a user