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

Auto detect makefile as default build

Open Selyss opened this issue 2 years ago • 1 comments

It may be nice to automatically detect a makefile and use that when a language doesn't have a specific command in the options table. This feature might be a nice polish thing to add, but the user could always specify the make command in their options table anyway... only downside would be the lack of project specific make-ing, which would require the user to edit the options table on a project basis.

Selyss avatar Nov 30 '23 03:11 Selyss

Do you mean a similar thing to what jaq.nvim did with it's reading from json?

trimclain avatar Nov 30 '23 04:11 trimclain