Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds a keybinding to neotest to attach a terminal | Matthew Lemon | 2023-04-08 | 1 | -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 pdb | Matthew Lemon | 2023-04-07 | 1 | -21/+100 |
| | | | | | This has UI for debugging but it is nothing compared to vim-test and pdbpp. | ||||
* | Removes harpoon, etc and adds neotest | Matthew Lemon | 2023-04-07 | 1 | -0/+28 |
This also removes treesitter-playground and is a basic install of neotest and neotest-python. |