mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib/plugins: make plugin optional when lazy-loading
This commit is contained in:
parent
87b2679d6f
commit
f878289722
5 changed files with 22 additions and 1 deletions
|
@ -67,6 +67,7 @@ let
|
|||
options = lib.setAttrByPath loc (
|
||||
{
|
||||
enable = lib.mkEnableOption packPathName;
|
||||
autoLoad = lib.nixvim.mkAutoLoadOption cfg packPathName;
|
||||
}
|
||||
// settingsOption
|
||||
// extraOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue