1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-12 23:03:19 +01:00
neovim-flake/modules/debugger/default.nix

6 lines
41 B
Nix
Raw Normal View History

2023-05-04 18:41:11 +03:00
_: {
imports = [
./nvim-dap
];
}