tpope / vim-pathogen

pathogen.vim: manage your runtimepath
http://www.vim.org/scripts/script.php?script_id=2332
Vim License
12.12k stars 1.16k forks source link

Make a note for users of .dotfiles repos #198

Open shyam-habarakada opened 6 years ago

shyam-habarakada commented 6 years ago

When setting up a dotfiles repo, it is typical for the entire contents of the .vim directory to be added into the .dotfiles git repo. Having the pathogen plugins clones as nested repositories is problematic in this case and we need to instead set them up as git submodules.

shyam-habarakada commented 5 years ago

@tpope please merge or close?

tpope commented 5 years ago

The existing copy already references submodules. Are you trying to make it more prominent? I don't think putting NOTE: in backticks is the best way to achieve that.