Skip to content

Spronghi/jump-to-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Jump to test

A simple nvim plugin that check for the relative test file.

I found myself searching for the same files over and over again when writing tests, this plugin make the process faster.

Installation

Using lazy.nvim

return {
    'spronghi/jump-to-test',
    dependencies = { 'nvim-telescope/telescope.nvim' }
}

Dependencies

The plugin uses sharkdp/fd to find the files.

Commands

:JumpToTest is the only command provided.

About

A simple nvim plugin that jump from a file to a test file and vice versa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages