Class: VimPlug
Instance Method Summary
collapse
Methods inherited from Passenger
by_name, emoji_name, #initialize, needs, register_as, with_emoji
Constructor Details
This class inherits a constructor from Passenger
Instance Method Details
#clean ⇒ Object
14
15
16
|
# File 'lib/exogenesis/passengers/vim_plug.rb', line 14
def clean
execute_interactive 'Cleaning', 'vim +PlugClean\! +qall'
end
|
#down ⇒ Object
11
12
|
# File 'lib/exogenesis/passengers/vim_plug.rb', line 11
def down
end
|
#up ⇒ Object
7
8
9
|
# File 'lib/exogenesis/passengers/vim_plug.rb', line 7
def up
execute_interactive 'Installing and Updating Vim plugins', 'vim +PlugUpdate\! +qall'
end
|