compiler.nvim
compiler.nvim copied to clipboard
How to set make options?
Hi! First of all thanks for this great project! I want to be able to set make options. For example with cmake.nvim I set something like -j$(nproc). Looking at bau/make.lua I see you pass only opts to make as an argument which is obtained with telescope and seems you take only the available make targets for opts. Don't you plan to support make options?
@GasparVardanyan Maybe we could expose nvim globals the same way we do with CMake:
https://github.com/Zeioth/Compiler.nvim/wiki/CMake-build-automation-utility#more-info