-
Notifications
You must be signed in to change notification settings - Fork 23
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
Nixify / Allow the use of a global binary #28
Conversation
switch global setting add everything to packages
working more on vim plugin working more on vim plugin working more on vim plugin add echo statement enable rpc add more logging give it the cwd? test listen address listen address was wrong try require try rpcstart cleanup
if exists("g:cornelis_use_global_binary") | ||
call remote#host#Register('cornelis', '*', rpcstart('cornelis', [])) | ||
else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future we could allow people to provide the global binary path as a string, but for now this works for me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be a good thing to tackle at the same time as #12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Self Reviewed
Thanks so much! |
Fixes #29