aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/after/plugin/neotest-python.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds a keybinding to neotest to attach a terminalMatthew Lemon2023-04-081-0/+5
| | | | | | | | Using pdbpp is my preferred way to debug. This allows us to set a breakpoint in a function using breakpoint(), call the test using a neotest binding: the UI freezes. Then you can attach to a terminal where pdb will be waiting for you. Don't forget the method to exit a vim terminal!
* DAP debugging set up - but not as impressive as pdbMatthew Lemon2023-04-071-21/+100
| | | | | This has UI for debugging but it is nothing compared to vim-test and pdbpp.
* Removes harpoon, etc and adds neotestMatthew Lemon2023-04-071-0/+28
This also removes treesitter-playground and is a basic install of neotest and neotest-python.