Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-08-12 | Better config for neovim | Matthew Lemon | 1 | -2/+6 | |
2023-05-14 | Installs nvim config base-idea | Matthew Lemon | 1 | -0/+0 | |
2023-04-08 | Adds a keybinding to neotest to attach a terminal | Matthew Lemon | 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! | |||||
2023-04-07 | DAP debugging set up - but not as impressive as pdb | Matthew Lemon | 1 | -21/+100 | |
This has UI for debugging but it is nothing compared to vim-test and pdbpp. | |||||
2023-04-07 | Removes harpoon, etc and adds neotest | Matthew Lemon | 1 | -0/+28 | |
This also removes treesitter-playground and is a basic install of neotest and neotest-python. |