mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Fixed issue rake
This commit is contained in:
parent
cf7d1d131e
commit
12564309a6
1 changed files with 3 additions and 2 deletions
|
|
@ -32,8 +32,9 @@ namespace 'dots' do
|
||||||
|
|
||||||
desc 'Install Vundle Plugins'
|
desc 'Install Vundle Plugins'
|
||||||
task :vim_plugins do
|
task :vim_plugins do
|
||||||
command = 'vim +PluginInstall +qall'
|
# running this command from bundler refuses to work
|
||||||
cmd.run(command)
|
command = 'vim +PluginInstall! +qall'
|
||||||
|
puts "Run '#{command}' to get your Vundle plugins installed and/or updated"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
# rubocop:enable Metrics/BlockLength
|
# rubocop:enable Metrics/BlockLength
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue