Skip to content

philjnicholls/stacknav.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stacknav.vim

Easily navigate Python stacktrace

Table of content

Install

Requirements:

  • Neovim v0.7+

Using lazy.nvim

require('lazy').setup {
  {'philjnicholls/stacknav.nvim'},
}
use 'philjnicholls/stacknav.nvim'

Using vim-plug

Plug 'philjnicholls/stacknav.nvim'

Options

filepaths_maps = {{FROM, TO}, {FROM, TO}} keymaps = KEYMAPPING

Features

  • File path remapping with regular expressions to map paths between environments

Usage

  • 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

License

GNU GENERAL PUBLIC LICENSE

About

Easily navigate Python stacktrace

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages