1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-05 07:39:50 +01:00
neovim-flake/modules/plugins/utility/motion/leap/default.nix

6 lines
58 B
Nix

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