Move Pathogen from start to opt

This commit is contained in:
Anthony Rose 2017-04-05 14:52:57 +01:00
parent 72006e9c21
commit c02676cfbb
5 changed files with 2 additions and 2 deletions

View file

@ -2,12 +2,12 @@
Git submodules are slow, so handle this manually. Git submodules are slow, so handle this manually.
* [opt/vim-pathogen](https://github.com/tpope/vim-pathogen)
* [start/jellybeans.vim](https://github.com/nanotech/jellybeans.vim) * [start/jellybeans.vim](https://github.com/nanotech/jellybeans.vim)
* [start/mom.vim](https://github.com/vim-scripts/mom.vim) * [start/mom.vim](https://github.com/vim-scripts/mom.vim)
* [start/rust.vim](https://github.com/rust-lang/rust.vim) * [start/rust.vim](https://github.com/rust-lang/rust.vim)
* [start/TextFormat](https://github.com/vim-scripts/TextFormat) * [start/TextFormat](https://github.com/vim-scripts/TextFormat)
* [start/vim-airline](https://github.com/bling/vim-airline) * [start/vim-airline](https://github.com/bling/vim-airline)
* [start/vim-pathogen](https://github.com/tpope/vim-pathogen)
* [start/vim-ps1](https://github.com/PProvost/vim-ps1) * [start/vim-ps1](https://github.com/PProvost/vim-ps1)
* [start/vim-sensible](https://github.com/tpope/vim-sensible) * [start/vim-sensible](https://github.com/tpope/vim-sensible)
* [start/vim-surround](https://github.com/tpope/vim-surround) * [start/vim-surround](https://github.com/tpope/vim-surround)

2
vimrc
View file

@ -1,5 +1,5 @@
if version < 800 if version < 800
silent! runtime pack/acp/start/vim-pathogen/autoload/pathogen.vim silent! runtime pack/acp/opt/vim-pathogen/autoload/pathogen.vim
silent! execute pathogen#infect('pack/acp/start/{}') silent! execute pathogen#infect('pack/acp/start/{}')
endif endif