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

Nixify / Allow the use of a global binary #28

Merged
merged 6 commits into from
Feb 7, 2022

Conversation

JonathanLorimer
Copy link
Contributor

@JonathanLorimer JonathanLorimer commented Feb 7, 2022

Fixes #29

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
Comment on lines +1 to +3
if exists("g:cornelis_use_global_binary")
call remote#host#Register('cornelis', '*', rpcstart('cornelis', []))
else
Copy link
Contributor Author

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!

Copy link
Owner

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call

Copy link
Contributor Author

@JonathanLorimer JonathanLorimer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self Reviewed

@isovector isovector merged commit 627a94f into isovector:master Feb 7, 2022
@isovector
Copy link
Owner

Thanks so much!

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.

Document how to run this on nix
2 participants