neovim-flake/modules/autopairs/default.nix

6 lines
47 B
Nix

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