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
|
|
@ -39,6 +39,7 @@
|
|||
inherit inputs rootPath;
|
||||
srcs = self.callPackage (rootPath + "/_sources/generated.nix") {};
|
||||
inherit (inputs'.nixvim.legacyPackages) makeNixvim makeNixvimWithModule;
|
||||
inherit (self'.legacyPackages) nixvimPlugins;
|
||||
});
|
||||
in
|
||||
lib.packagesFromDirectoryRecursive {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue