How to Make Vim Trigger Builds in a Terminal
In Vim, it’s easy to run builds with :make and :set makeprg, but just for fun I tried out making Vim trigger builds in a separate terminal. Though :make is really useful in general, there are some advantages of doing it this way instead: The output is separate from your Vim window. If there’s a lot of output, it won’t cover up you editing window, but you can still read it....