mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat(neovim): enable dap
This commit is contained in:
parent
afa8e02c18
commit
af91ba38a5
5 changed files with 102 additions and 89 deletions
|
@ -71,6 +71,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
# TODO dap.enable = true;
|
||||
dap = {
|
||||
enable = true;
|
||||
extensions = {
|
||||
dap-virtual-text.enable = true;
|
||||
dap-ui.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue