plugins.ts-context-commentstring.enable
Whether to enable nvim-ts-context-commentstring.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.ts-context-commentstring.package
Which package to use for the ts-context-commentstring plugin.
Type: package
Default:
<derivation vimplugin-nvim-ts-context-commentstring-2024-05-07>
Declared by:
plugins.ts-context-commentstring.disableAutoInitialization
Whether to disable auto-initialization.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.ts-context-commentstring.extraOptions
These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.
Type: attribute set of anything
Default:
{ }
Declared by:
plugins.ts-context-commentstring.languages
Allows you to add support for more languages.
See :h ts-context-commentstring-commentstring-configuration
for more information.
Type: null or (attribute set of (string or attribute set of string))
Default:
null
Declared by:
plugins.ts-context-commentstring.skipTsContextCommentStringModule
Whether to skip backwards compatibility routines and speed up loading.
Type: boolean
Default:
true
Example:
false
Declared by: