You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vim command :make is a convenient way to build source code. However, different projects often have different build harnesses (pdflatex, Makefile, ninja, etc.). I find it inconvenient to start with set makeprg=... when opening file. Rather, I want it to be set automatically.
The vim command
:make
is a convenient way to build source code. However, different projects often have different build harnesses (pdflatex, Makefile, ninja, etc.). I find it inconvenient to start withset makeprg=...
when opening file. Rather, I want it to be set automatically.It seems that makeshift does that.
The text was updated successfully, but these errors were encountered: