neovim-flake/modules/plugins/utility/motion/precognition/default.nix

6 lines
66 B
Nix

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