1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-02 23:09:50 +01:00
neovim-flake/modules/plugins/debugger/nvim-dap/default.nix

7 lines
59 B
Nix
Raw Normal View History

{
2023-05-04 17:41:11 +02:00
imports = [
./config.nix
./nvim-dap.nix
];
}