-
Notifications
You must be signed in to change notification settings - Fork 2
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
Why not add a build.lua
?
#20
Comments
at the time, |
Done. |
I personally think that adding
Plugins managers already implement solid command execution, which I do not believe it is worth re-implement. In the end, the only changes with a {
'f3fora/nvim-texlabconfig',
opts = {
build = 'go build --whatever-flags',
...
},
} instead of this: {
'f3fora/nvim-texlabconfig',
opts = {
...
},
build = 'go build --whatever-flags',
} since I personally use different flags depending on what machine I use. |
Sure, but you're making users do a lot of work just to setup a simple plugin, especially since If we use |
This way we can avoid the build step.
The text was updated successfully, but these errors were encountered: