nix-config/home/modules/cli/nixvim/plugins/nvim-autopairs.nix

3 lines
60 B
Nix

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