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

Unable to run clang-format in docker #123

Closed
funous opened this issue Aug 6, 2019 · 1 comment
Closed

Unable to run clang-format in docker #123

funous opened this issue Aug 6, 2019 · 1 comment
Labels

Comments

@funous
Copy link
Contributor

funous commented Aug 6, 2019

I am running vim on my host machine, while all my C++ projects are in their corresponding docker containers. I'd like to be able to configure vim-codefmt to run in the corresponding docker container, however it is not possible at the moment. clang_format_executable can only be set to an executable name with no arguments, however I'd like to be able to set it to a command that does include arguments (such as docker exec -i <my-container> clang-format, similar to what can be done with google_java_executable).

@funous
Copy link
Contributor Author

funous commented Jun 6, 2020

Resolved by #124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants