aboutsummaryrefslogtreecommitdiffstats
path: root/nvim-primeagen/after/plugin/neotest-python.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-12Better config for neovimMatthew Lemon1-2/+6
2023-05-14Installs nvim config base-ideaMatthew Lemon1-0/+0
2023-04-08Adds a keybinding to neotest to attach a terminalMatthew Lemon1-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!
2023-04-07DAP debugging set up - but not as impressive as pdbMatthew Lemon1-21/+100
This has UI for debugging but it is nothing compared to vim-test and pdbpp.
2023-04-07Removes harpoon, etc and adds neotestMatthew Lemon1-0/+28
This also removes treesitter-playground and is a basic install of neotest and neotest-python.