nvf/modules/plugins/autopairs/nvim-autopairs/default.nix

6 lines
68 B
Nix

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