nixvim/config/autopairs.nix
2025-03-02 17:39:06 +00:00

7 lines
74 B
Nix

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