Skip to content

Elias-Gill/makeman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A simple plugin for listing and running makefile targets. It searches for a makefile inside your current working directory and displays them using telescope.nvim.

Dependencies

  • Telescope
  • Tmux

Installation

With Lazy:

{
    "elias-gill/makeman",
    dependencies = { "nvim-telescope/telescope.nvim" }
}

Usage

Just run:

require("makeman").run()

TODO

  • Search inside the LSP cwd if a Makefile cannot be found inside Neovim's cwd.

Note: This plugin is intended for personal use, but feel free to send suggestions or PRs.

About

Simple neovim plugin for listing Makefile targets and run them on a new tmux window

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages