Skip to content

Split Vim extensions into separate repository #3756

Closed
@ahmadsalim

Description

@ahmadsalim

Currently the Vim extensions are in a subdirectory in the main repository, specifically here: src/etc/vim.
This makes it less user-friendly with Vim extension handling tools like VAM, Vundle and Pathogen that rely on separate git repositories for handling each separate extension.

While it is possible in Vundle to configure a "run-time path" such that a subrepository is chosen, this might be less optimal.
This is because the whole rust repository (which is fairly large) must be checked each time when installing/updating vim extensions, instead of only the smaller vim-related parts.

On my computer this takes at least one minute, which is a reasonably long time considering the parts needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions