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.
{
"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,
}:Telescope make