Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

telescope-makefile-dispatch

Simple telescope extension to run GNU Make targets in Tmux sessions from neovim.

This is based on https://github.com/sopa0/telescope-makefile but it runs your commands in Tpope's dispatch instead of toggle-term. Tmux is a nicer UI in my opinion than toggle-term.

Installation

Lazy.nvim

{
  "LukeWood/telescope-makefile-dispatch",
  dependencies = {
    "nvim-telescope/telescope.nvim",
    "tpope/vim-dispatch",
  },
  config = function()
    require('telescope-makefile-dispatch').setup({})
    require('telescope').load_extension('make')
  end,
}

Usage

:Telescope make

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages