Method: VPM::Commands::Setup#call
- Defined in:
- lib/vpm/commands/setup.rb
#call(args = nil) ⇒ Object
18 19 20 21 22 |
# File 'lib/vpm/commands/setup.rb', line 18 def call(args = nil) install_pathogen unless pathogen_installed? create_vpmrc inject_vimrc unless vimrc_setup? end |