install debugger
This commit is contained in:
parent
7dd9c63f32
commit
a6f234cc57
5 changed files with 225 additions and 0 deletions
18
config/plugins/dap/dap-ui.nix
Normal file
18
config/plugins/dap/dap-ui.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{...}: {
|
||||
plugins.dap-ui = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
key = "<leader>du";
|
||||
action = {
|
||||
__raw = "require('dapui').toggle";
|
||||
};
|
||||
options = {
|
||||
silent = true;
|
||||
desc = "Toggle UI";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue