pkgs(nixvim): Add vim-startuptime plugin for profile the startup time
This commit is contained in:
parent
cf90eede7e
commit
745a964d79
7 changed files with 64 additions and 0 deletions
|
|
@ -2,9 +2,13 @@
|
|||
makeNixvimWithModule,
|
||||
pkgs,
|
||||
lib,
|
||||
nixvimPlugins,
|
||||
}:
|
||||
makeNixvimWithModule {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit nixvimPlugins;
|
||||
};
|
||||
module = {
|
||||
imports = with lib; youthlic.loadImports' ./. (filter (name: !hasSuffix "/package.nix" (toString name)));
|
||||
enableMan = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue