mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -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'
|
||||
task :vim_plugins do
|
||||
command = 'vim +PluginInstall +qall'
|
||||
cmd.run(command)
|
||||
# running this command from bundler refuses to work
|
||||
command = 'vim +PluginInstall! +qall'
|
||||
puts "Run '#{command}' to get your Vundle plugins installed and/or updated"
|
||||
end
|
||||
end
|
||||
# rubocop:enable Metrics/BlockLength
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue