with pkgs.vimPlugins; [
derivation
# you may add a plugin to a category list in any of these ways
# all the following options can accept an optional = bool;
# to override its presence in either startupPlugins or optionalPlugins
{ plugin = derivation; config.vim = ""; config.lua = ""; }
{ plugin = derivation; config = ""; type = "<viml or lua>"; }
{ plugin = derivation; config = ""; } # defaults to viml
{ plugin = derivation; }
]