snowflake/home/programs/editors/neovim/plugins/editor/autoclose.nix

3 lines
63 B
Nix

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