neovim: support lua plugin transitive dependencies
TODO: - add a test - see if we can pass the list of plugins instead, overriding the final list so it doesn't get added to rtp
This commit is contained in:
parent
86014e836c
commit
e2e5f512b3
1 changed files with 1 additions and 1 deletions
|
|
@ -439,8 +439,8 @@ in
|
|||
withNodeJs = cfg.withNodeJs || cfg.coc.enable;
|
||||
plugins = [ ];
|
||||
|
||||
extraLuaPackages = lp: cfg.extraLuaPackages lp ++ vimPackageInfo.luaDependencies;
|
||||
inherit (cfg)
|
||||
extraLuaPackages
|
||||
extraName
|
||||
withPython3
|
||||
withRuby
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue