Easily navigate Python stacktrace
Requirements:
- Neovim v0.7+
Using lazy.nvim
require('lazy').setup {
{'philjnicholls/stacknav.nvim'},
}
Using packer.nvim
use 'philjnicholls/stacknav.nvim'
Using vim-plug
Plug 'philjnicholls/stacknav.nvim'
filepaths_maps = {{FROM, TO}, {FROM, TO}} keymaps = KEYMAPPING
- File path remapping with regular expressions to map paths between environments
-
Dump a Python stack trace into a buffer and run the plugin with K or whatever you defined
-
All available files are opened in buffers and added to the jumplist
-
Navigate back up the stack trace with you regular jumplist navigation