neovim-flake/modules/plugins/autopairs/default.nix

6 lines
44 B
Nix

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