aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat(make): close quickfix on successpersonalFederico Igne2024-01-291-0/+1
|
* 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 module search to include runtime (#20)undyamon2023-12-301-9/+4
|
* Add make module (#18)undyamon2023-11-302-0/+48
|
* Fix cargo module load when executable is not present (#19)undyamon2023-11-291-2/+6
| | | Closes #17.
* Extend recursive children killing logic also to Mac (#14)DoDo2023-07-181-1/+1
|
* Apply formattingHennadii Chernyshchyk2023-03-291-2/+3
|
* Trim argsHennadii Chernyshchyk2023-03-291-0/+1
|
* Fix for default vim.notify. Defer callback for job::after_successAlexander Weinrauch2022-11-301-1/+1
|
* Fix typos in readmeKerem Bozdas2022-11-261-2/+2
|
* Fix typo in cmake.params: "cmake" -> "cmd"Mercvajler, Mihael2022-11-251-1/+1
|
* Detect project from global argumentsHennadii Chernyshchyk2022-09-281-2/+2
| | | | Because debug arguments are passed directly to the running program.
* Fix output logic when only stdout or stdin is ignoredHennadii Chernyshchyk2022-09-281-1/+1
|
* Fix luacheck warningHennadii Chernyshchyk2022-09-211-1/+1
|
* Add CIHennadii Chernyshchyk2022-09-211-0/+38
|
* Execute debug task after build in cmake moduleHennadii Chernyshchyk2022-09-131-1/+1
|
* Set cwd for debug tasksHennadii Chernyshchyk2022-09-131-0/+1
|
* Fix runner.get_current_job_name()Hennadii Chernyshchyk2022-09-121-1/+1
|
* Initial commitHennadii Chernyshchyk2022-09-1014-0/+1879