-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to configure with plug.kak; make posix-compliant #1
Comments
In terms of the
which should set the option correctly on script loading ...
Finally, thanks for your good first issue! |
Now coqoune can run with any of zsh, bash and ksh, neither needs to be the default shell. However, I failed to reproduce the plug.kak issue on another system. |
"You can config coqoune within plug.kak as well" so, may i ask, how? Example code, doesn't do it.
Especially cant figure how to set
coqoune_path
,tried adding
[..] config %{ set-option global coqoune_path "%opt{plug_install_dir}/coqoune" }
- it just ignores it ¯\_(ツ)_/¯Also scripts aren't posix-compliant, and don't work when you use dash (nor even work with zsh - one has to use bash)
Just changing #!/bin/sh to #!/bin/bash isn't enough - you have to at least fix %sh{ .. } expands
The text was updated successfully, but these errors were encountered: