nichts/modules/editors/nixvim/plug/utils/nvim-autopairs.nix

6 lines
57 B
Nix
Raw Normal View History

2024-05-22 10:43:46 +02:00
{
plugins.nvim-autopairs = {
enable = true;
};
}