Shatur / neovim-tasks

A statefull task manager focused on integration with build systems.
GNU General Public License v3.0
108 stars 10 forks source link

Add make module. #18

Closed undyamon closed 1 year ago

undyamon commented 1 year ago

Supports dynamic tasks, mapped to make targets by default.

Closes #16

Shatur commented 1 year ago

Could you also fix formatting, please?

undyamon commented 1 year ago

Sure what do you use to format Lua code?

Shatur commented 1 year ago

Stylua, but you could just apply diff from the failed job to avoid installing a new tool.

Shatur commented 1 year ago

Looks like still fails due to an extra newline.

undyamon commented 1 year ago

bruh