Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider changing file layout to support Pathogen #7

Closed
bleything opened this issue Feb 16, 2010 · 3 comments
Closed

consider changing file layout to support Pathogen #7

bleything opened this issue Feb 16, 2010 · 3 comments

Comments

@bleything
Copy link

Pathogen allows one to put plugins in ~/.vim/bundle and they get added to the load path... the upshot is that they can stay isolated from each other, rather than having to copy files into your ~/.vim/syntax directories (for instance).

In order to use vim-markdown with Pathogen, the syntax file needs to move into a syntax/ directory. I've done that in bleything/vim-markdown@e49b51edc64ac78e85aa5475ba88fc8a33c74a4d

@bleything
Copy link
Author

hmmm... bleything@e49b51edc64ac78e85aa5475ba88fc8a33c74a4d

@robertwahler
Copy link

+1, this is helpful even if you don't use Pathogen. For example, if you keep your ~/.vim folder under git control, having a normalized file structure makes it easy to add plugins as remotes in order to pull updates.

@plasticboy
Copy link
Collaborator

Done.

chrismetcalf pushed a commit to chrismetcalf/vim-markdown that referenced this issue May 2, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants