
start:
	rbenv exec bundle exec ruby vim2fx.rb

setup:
	rbenv exec bundle install --path vendor/bundler --binstubs
