Skip to content

A more powerful Make command compared to the original `:make` command.

Notifications You must be signed in to change notification settings

Davidyz/make.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

make.nvim

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.

Usage

:Make

:Make {make_target} You may also pass other argument to this command. For example:

:Make -j2

:MakeRoot

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.

Requirement

Python3 support for neovim.

Installation

This plugin uses the Python api from neovim and has only been tested on neovim.

Packer.nvim:

use 'Davidyz/make.nvim'

About

A more powerful Make command compared to the original `:make` command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages