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

Attempt to fix the slow startup some people are having by using the vim/neovim job apis #3

Closed
wants to merge 1 commit into from

Conversation

blankname
Copy link
Owner

@blankname blankname commented May 24, 2020

Attempt the solution proposed by @chemzqm in dag#34 (comment)

If someone could test it using vim on windows and let me know if it works that'd be great.

Vim's documentation for job_start seems to suggest that we might need to use a String for {command} on windows and a List on unix:
image

I'm not sure if this should be merged as the cause of the slowness might just be misconfiguration of fish (such as using set fish_user_paths $fish_user_paths /new/path in their config.fish, which will cause fish_user_paths to grow each time fish is started).

… the value of $fish_function_path from blocking startup.
@blankname
Copy link
Owner Author

The instances of slow startup seem to be caused by configuration issues.

The best fix for users is to fix their fish configuration.

This being the case the job API use is complication without benefit.

@blankname blankname closed this Jun 5, 2020
@itmecho itmecho mentioned this pull request Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant