nixos-config/modules/home-manager/nixvim/plugins/autoclose.nix
2024-07-19 15:46:55 +09:00

6 lines
65 B
Nix

{ ... }:
{
programs.nixvim.plugins.autoclose.enable = true;
}