Skip to content

eighty4/testnav.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TestNav.vim

Navigate in Neovim b/w source <-> test with :TestNav command.

Install with Lazy.nvim

In ~/.config/nvim/lua/plugins/testnav.vim:

return {
    "eighty4/testnav.vim",
    cmd = {
        "TestNav",
    },
    keys = {
        { "<leader>tn", "<cmd>TestNav<cr>", desc = "Nav b/w source <-> test" },
    },
}

Personal config eighty4/nvim example of Lazy.nvim setup.

TODO

  • resolve Rust #[cfg(test)] submodules and adjacent #[cfg(test)] mod XXX_test modules
  • resolve Flutter test directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors