Class: VimSitter::Pathogen
- Inherits:
-
Object
- Object
- VimSitter::Pathogen
- Defined in:
- lib/vim_sitter/pathogen.rb
Class Method Summary collapse
Class Method Details
.install ⇒ Object
6 7 8 9 10 |
# File 'lib/vim_sitter/pathogen.rb', line 6 def self.install Gitter.get 'tpope', 'vim-pathogen' VimDir.cp_to_autoload 'vim-pathogen/autoload/pathogen.vim' VimDir.add_to_vimrc "call pathogen#infect()\ncall pathogen#helptags()" end |