Skip to content

Opens a corresponding test file or source file if not found opens the test folder

Notifications You must be signed in to change notification settings

jtzero/go-to-test-file.nvim

Repository files navigation

GoToTestFile.nvim

Table of Contents


Requirements

  • Neovim >= 0.9.0
  • fd
  • git
  • rg
  • realpath

Installation

Install the plugin with your preferred package manager.

{
    'jtzero/go-to-test-file.nvim',
    lazy = false,
    config = true,
    keys = {
      {
        '<M-T>',
        '<cmd>FindTestOrSourceCodeFileWithFallback<CR>',
        mode = { "n" },
        desc = 'Opens a corresponding test file or source file if not found opens the test folder',
      },
    },
}

Known Issues

About

Opens a corresponding test file or source file if not found opens the test folder

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published