mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-20 19:01:22 +00:00
add lazy module skeleton
This commit is contained in:
parent
bd7ffebbd5
commit
40c40a56cc
4 changed files with 36 additions and 0 deletions
14
modules/wrapper/lazy/config.nix
Normal file
14
modules/wrapper/lazy/config.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.modules) mkIf;
|
||||
cfg = config.vim.lazy;
|
||||
in {
|
||||
config.vim = mkIf cfg.enable {
|
||||
startPlugins = ["lz-n"];
|
||||
|
||||
# optPlugins =
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue