An open API service indexing awesome lists of open source software.

https://github.com/eighty4/testnav.vim


https://github.com/eighty4/testnav.vim

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# TestNav.vim

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

## Install with Lazy.nvim

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

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

```

Personal config [eighty4/nvim](https://github.com/eighty4/nvim/blob/main/lua/adam/lazy.lua) example of Lazy.nvim setup.

## TODO

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