compiler.nvim icon indicating copy to clipboard operation
compiler.nvim copied to clipboard

How to set make options?

Open GasparVardanyan opened this issue 3 months ago • 1 comments

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 avatar Aug 10 '25 04:08 GasparVardanyan

@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

Zeioth avatar Sep 16 '25 13:09 Zeioth