Skip to content

jmadotgg/vimlink.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimlink.nvim

A Neovim plugin that captures tmux window output, detects file paths and pipes them into a Telescope file dialog.

Installation

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({})

About

Open file paths in neovim

Resources

Stars

Watchers

Forks

Packages

No packages published