1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-08 20:29:49 +01:00
neovim-flake/modules/utility/motion/leap/default.nix
2023-04-05 02:14:27 +03:00

6 lines
58 B
Nix

_: {
imports = [
./leap.nix
./config.nix
];
}