aboutsummaryrefslogtreecommitdiff
path: root/fnl/nvrc/packs/rust.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/packs/rust.fnl')
-rw-r--r--fnl/nvrc/packs/rust.fnl7
1 files changed, 7 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/rust.fnl b/fnl/nvrc/packs/rust.fnl
new file mode 100644
index 0000000..90024b8
--- /dev/null
+++ b/fnl/nvrc/packs/rust.fnl
@@ -0,0 +1,7 @@
+(local {: setup} (require :rust-tools))
+
+(let [rust-tools-dap (require :rust-tools.dap)
+ extension-path (.. (os.getenv :HOME) "/.codelldb/share/vscode/extensions/vadimcn.vscode-lldb/")
+ codelldb-path (.. extension-path "adapter/codelldb")
+ liblldb-path (.. extension-path "lldb/lib/liblldb.so")]
+ (setup {:dap {:adapter (rust-tools-dap.get_codelldb_adapter codelldb-path liblldb-path)}}))