From 804f2a342d1b2002ad383ff604e75eb0caba8f65 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 13 Nov 2024 06:17:23 -0600 Subject: ton of new stuff --- fnl/dap/configurations/cs.fnl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fnl/dap/configurations/cs.fnl (limited to 'fnl/dap/configurations/cs.fnl') diff --git a/fnl/dap/configurations/cs.fnl b/fnl/dap/configurations/cs.fnl new file mode 100644 index 0000000..c1bf097 --- /dev/null +++ b/fnl/dap/configurations/cs.fnl @@ -0,0 +1,5 @@ +[{ + :type "coreclr" + :name "launch - netcoredbg" + :request "launch" + :program (fn [] (vim.fn.input "path to dll" (.. (vim.fn.getcwd) "/bin/Debug/") "file"))}] -- cgit v1.2.3