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

Subdirectory Checkouts with git sparse-checkout #436

Closed
3 of 11 tasks
zamaterian opened this issue Mar 3, 2016 · 1 comment
Closed
3 of 11 tasks

Subdirectory Checkouts with git sparse-checkout #436

zamaterian opened this issue Mar 3, 2016 · 1 comment

Comments

@zamaterian
Copy link

Would it be possible to enable git sparse checkout

the problem :
The vim syntax plugin for DockerFile is included in their main repository.
It would be very nice to only checkout/clone the relevant subdirectory.

ex:
https://github.com/docker/docker/tree/master/contrib/syntax/vim

This would require an additional syntax for the vim-plug format.

/Cheers



  • Type:
    • Bug
    • Enhancement
    • Feature Request
    • Question
  • OS:
    • All/Other
    • Linux
    • OS X
    • Windows
  • Vim:
    • Terminal Vim
    • GVim
    • Neovim
@junegunn
Copy link
Owner

junegunn commented Mar 3, 2016

Hi, thanks for the suggestion but the topic was discussed in the past (#122), and we decided not to support it as there are few plugins where it really matters and it's much more complicated than I'd like it to be. I mean it's just not worth it to make the code complex just for one or two plugins. For Dockerfile support, there are alternative implementations you might want to check out; see https://github.com/search?utf8=%E2%9C%93&q=docker+vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants