teamtype
URL: https://teamtype.github.io/teamtype/
Maintainers: Gaetan Lepage
plugins.teamtype.enable
Whether to enable teamtype.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.teamtype.package
The teamtype package to use.
Type: package
Default:
pkgs.vimPlugins.teamtype
Declared by:
plugins.teamtype.autoLoad
Whether to automatically load teamtype when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.teamtype.callSetup
Whether to generate the standard require('teamtype').setup(...) call for this plugin.
Explicitly set to true to force calling .setup().
Caution
A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real
teamtypeLua module.
Type: boolean
Default:
false
Declared by: