config/modules/nixvim/plugins/lz-n.nix

7 lines
93 B
Nix

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