diff options
Diffstat (limited to 'fnl/dap/configurations/c.fnl')
-rw-r--r-- | fnl/dap/configurations/c.fnl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fnl/dap/configurations/c.fnl b/fnl/dap/configurations/c.fnl new file mode 100644 index 0000000..2a9375a --- /dev/null +++ b/fnl/dap/configurations/c.fnl @@ -0,0 +1,7 @@ +[{ + :name "Launch" + :type "lldb" + :request "launch" + :program (fn [] (vim.fn.input "Path to executable" (.. (vim.fn.getcwd) "/") "file")) + :cwd "${workspaceFolder}" + :stopAtBeginningOfMainSubprogram false}] |