nixvim-config/config/plugins/editor/autopairs.nix
2025-04-10 09:27:22 +08:00

7 lines
65 B
Nix

{...}: {
plugins.nvim-autopairs = {
enable = true;
};
}