Loading
vimPlugins: rename nvimSkipModule into nvimSkipModules
It's confusing to have a polymorphic behavior for nvimSkipModule and it is an implementation detail. Let's not force ourselves to keep supporting both types and just support lists, which imply plural in nixpkgs (e.g. "lib.optional" vs "lib.optionals"). Support and showcase just the list format to avoid confusion.