flake/nixos/nvim/plugins/lz-n.nix
2025-02-04 08:28:09 -06:00

9 lines
101 B
Nix

{
programs.nixvim = {
plugins = {
lz-n = {
enable = true;
};
};
};
}