nix-config/modules/home-manager/coding/neovim/plugins/nvim-autopairs.nix

4 lines
44 B
Nix
Raw Normal View History

2025-06-11 16:28:43 +01:00
{
plugins.nvim-autopairs.enable = true;
}