Skip to content

Commit

Permalink
dap: add dap-lldb
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 23, 2025
1 parent 36d77f4 commit 2ec1145
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/nixvim/plugins/dap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,14 @@ in
};
};

dap-lldb = {
enable = true;

settings = {
codelldb_path = "${pkgs.vscode-extensions.vadimcn.vscode-lldb}/share/vscode/extensions/vadimcn.vscode-lldb/adapter/codelldb";
};
};

which-key.settings.spec = lib.optionals config.plugins.dap.enable [
{
__unkeyed-1 = "<leader>d";
Expand Down

0 comments on commit 2ec1145

Please sign in to comment.