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

6 lines
47 B
Nix

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