-
Notifications
You must be signed in to change notification settings - Fork 38
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
Support multiple pack/ dirs #20
Comments
That sounds like a situation we'd definitely want to support. Could you take a look at the
Once you can confirm that, I'll work on parsing and plotting the data. I |
I found a bunch of stuff that is useful and some more that isn't:
Therefore I guess the easiest way is to just glob for everything in |
What are the Cons for doing that? If it is not much, then it is easy to implement. |
Given that what is in start/ is loaded by default whenever vim starts (or at least for the majority of users, not sure if it's really all), I don't think there's any. After all, that's how most plugin packages work. |
Could you test out this file and let me know what needs to be further changed to make it work? I added a regex pattern for If you like, you can send me a minimal version of your vim config ( |
Installing the R package called |
I have my plugins separated in 3
pack/
directories:base/
for must-have plugins,langs/
for language-specific (mostly syntax files) andcolorschemes/
. The Python script reports onlybase/start
without taking into account the other directories (which have more plugins, especiallybase/opt
, but that one has all the lang-specific stuff I've been to lazy to move), while the rest fail.Any idea how I can fix this? I'd really like to see the plotting features.
The text was updated successfully, but these errors were encountered: