nvf/modules/basic/default.nix
NotAShelf b917526be7
modules/autopairs
feat: apply new module format to nvim-autopairs
2023-02-27 17:53:34 +03:00

7 lines
60 B
Nix

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