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

7 lines
68 B
Nix
Raw Normal View History

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