nixos/home/nvim/auto-pairs.nix
2024-03-11 19:36:05 +01:00

2 lines
65 B
Nix

{ programs.nixvim.plugins.nvim-autopairs = { enable = true; }; }