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

feature: specify plugin root directory as a subdirectory in a repo? #1262

Closed
1 task done
sou-chon opened this issue Jan 11, 2024 · 1 comment
Closed
1 task done
Labels
enhancement New feature or request

Comments

@sou-chon
Copy link

Did you check the docs?

  • I have read all the lazy.nvim docs

Is your feature request related to a problem? Please describe.

I am trying to use https://github.com/sonph/onehalf colorscheme, but encounter a problem where the actual vim plugin is located in a subdirectory of the repo root. This is due to the fact that this colorscheme supports multiple environment including several terminal emulators and vim, with each located in their own folder.

Describe the solution you'd like

I currently use vim-plug and it supports an option rtp (run time path) which specifies the relative path of the actual plugin root directory in relation to the repo root.

I can develop that if repo owner thinks this feature is useful.

Describe alternatives you've considered

Right now I have to manually clone the repo and then use mock up a lazy local plugin entry pointing to the subdirectory for the plugin

Additional context

No response

@sou-chon sou-chon added the enhancement New feature or request label Jan 11, 2024
@max397574
Copy link
Contributor

#183
#756

@folke folke closed this as not planned Won't fix, can't repro, duplicate, stale Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants