Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 319 Bytes

04_pathogen.markdown

File metadata and controls

21 lines (11 loc) · 319 Bytes

pathogen is gitastic

  • allows plugins to be installed as bundles:

tmux:0

  • use git submodules to manage you plugins

tmux:1

  • this is not optional if you are sane

  • as easy to configure as:

    " {{{ pathogen setup

    runtime bundle/vim-pathogen/autoload/pathogen.vim call pathogen#infect()

    " }}}