zenix: add neovim godot dap

This commit is contained in:
tristan 2024-07-31 17:15:34 +01:00
parent 55a7e151d4
commit 681c870504
2 changed files with 29 additions and 5 deletions

View file

@ -102,5 +102,10 @@
enable = true;
settings = {open_mapping = "[[<c-`>]]";};
};
dap = {
enable = true;
extensions.dap-ui.enable = true;
};
};
}