1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-06 22:29:49 +01:00
neovim-flake/modules/utility/motion/hop/default.nix

6 lines
57 B
Nix

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