-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
Fix vimPlugins #2984
Fix vimPlugins #2984
Conversation
Do we want prebuilt vim plugins? |
I don't think they need to be pre-built. But installing with nix-env would be nice. |
@tailhook did you test that installing them via nix-env works? |
Yes. |
Having vim-plugins from nix-env or environment.systemPackages automatically picked up would be nice :-) (And for reference, the setting is called "rtp", not "tsp".) |
I see basically three ways to achieve automatic installation:
Unfortunately command-t plugin doesn't work in this case (I'm not sure why it fails, others work)
|
Hm, the last option doesn't work. Because all plugins have Anyway I think the best solution so far is adding:
to It works perfectly for Thoughts? |
I'll make a better pull request soon |
Seems to be simply a typo or similar