feat: add nvim dap

This commit is contained in:
DACHXY 2025-01-29 14:27:46 +08:00
parent e501718888
commit c0f766ea26
15 changed files with 370 additions and 18 deletions

View file

@ -43,9 +43,12 @@ in
xdg.mimeApps = {
enable = true;
associations.added = {
"application/pdf" = [ browser ];
};
defaultApplications = {
"text/html" = browser;
"application/pdf" = browser;
"application/pdf" = [ browser ];
};
};
}