A wrapper of the built in :make
command.
Instead of only looking for Makefile
in the current directory, it also tries
to find Makefile
in all the parent directories. This allows running make
jobs in subdirectories of the repository.
:Make {make_target}
You may also pass other argument to this command. For example:
:Make -j2
Same as :Make
, but use the top-most Makefile
(closest to the root
directory). This is usually the Makefile
for the whole project and therefore
may be needed even when working in a subdirectory.
Python3 support for neovim.
This plugin uses the Python api from
neovim
and has only been tested on neovim.
Packer.nvim:
use 'Davidyz/make.nvim'