David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
2c4452d
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.vim
pack
plugins
start
vim-airline
Rakefile
Remove pathgen and use native vim packages. https://micro.quietmisdreavus.net/code/2020/03/15/vim8-packages/
David Blume
commited
2c4452d
at 2021-03-11 19:45:57
Rakefile
Blame
History
Raw
#!/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