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

7 lines
68 B
Nix

_: {
imports = [
./config.nix
./nvim-autopairs.nix
];
}