feat: add lazy loading to nvim
This commit is contained in:
parent
6ebfb3d109
commit
752dfc55e8
64 changed files with 68 additions and 1265 deletions
8
modules/programs/nvim/plugins/lz-n.nix
Normal file
8
modules/programs/nvim/plugins/lz-n.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkEnableOption mkIf readFile;
|
||||
in
|
||||
{
|
||||
home-manager.users.moritz.programs.nixvim.plugins.lz-n.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue