class VimPlug

Public Instance Methods

clean() click to toggle source
# File lib/exogenesis/passengers/vim_plug.rb, line 14
def clean
  execute_interactive 'Cleaning', 'vim +PlugClean\! +qall'
end
down() click to toggle source
# File lib/exogenesis/passengers/vim_plug.rb, line 11
def down
end
up() click to toggle source
# File lib/exogenesis/passengers/vim_plug.rb, line 7
def up
  execute_interactive 'Installing and Updating Vim plugins', 'vim +PlugUpdate\! +qall'
end