https://github.com/eighty4/testnav.vim
https://github.com/eighty4/testnav.vim
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eighty4/testnav.vim
- Owner: eighty4
- Created: 2025-04-29T07:34:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T19:59:34.000Z (about 1 year ago)
- Last Synced: 2025-08-11T21:43:29.573Z (11 months ago)
- Language: Vim Script
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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