aboutsummaryrefslogtreecommitdiff
path: root/lua/tasks/project_config.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: don't try to encode dap_open_command in JSON (#21)HEADmasterJulia DeMille2024-01-181-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 warningHennadii Chernyshchyk2022-09-211-1/+1
|
* Initial commitHennadii Chernyshchyk2022-09-101-0/+29