Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: don't try to encode dap_open_command in JSON (#21)HEADmaster | Julia DeMille | 2024-01-18 | 1 | -0/+3 |
| | | | | | | | dap_open_command is a function, and Neovim gets *very* angry when asked to encode a command in JSON. I don't know if it silently allowed this before or what, but it's causing issues for me. Signed-off-by: Julia DeMille <me@jdemille.com> | ||||
* | Fix luacheck warning | Hennadii Chernyshchyk | 2022-09-21 | 1 | -1/+1 |
| | |||||
* | Initial commit | Hennadii Chernyshchyk | 2022-09-10 | 1 | -0/+29 |