A Neovim plugin that captures tmux window output, detects file paths and pipes them into a Telescope file dialog.
Install using lazy.nvim or your preferred plugin manager.
-- In your plugins list
{
"jmadotgg/vimlink.nvim",
lazy = false, -- Needs to be false
}
-- in after
require('vimlink').setup({})