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

7 lines
65 B
Nix

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