diff options
author | sefidel <contact@sefidel.net> | 2023-08-13 01:25:38 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-08-13 01:25:38 +0900 |
commit | 44932295dc0031c64f93d2e9d9e45f133bc0d4b3 (patch) | |
tree | 497cf92e15ad585463572bc88ffba7ccd60b2cb9 /fnl | |
parent | 3dd3226138685abb4d17b924fb38bebb69699a63 (diff) | |
download | nvimrc-44932295dc0031c64f93d2e9d9e45f133bc0d4b3.tar.gz nvimrc-44932295dc0031c64f93d2e9d9e45f133bc0d4b3.zip |
feat(packs/dap): remove lldb adapter
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/packs/dap.fnl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fnl/nvrc/packs/dap.fnl b/fnl/nvrc/packs/dap.fnl index b17f7a3..5cf444a 100644 --- a/fnl/nvrc/packs/dap.fnl +++ b/fnl/nvrc/packs/dap.fnl @@ -1,9 +1,5 @@ (local dap (require :dap)) -(set dap.adapters.lldb {:type :executable - :command "/home/zach/.nix-profile/bin/lldb-vscode" - :name :lldb}) - (set dap.configurations.cpp [{:name :Launch :type :lldb :request :launch |