ts-comments
URL: https://github.com/folke/ts-comments.nvim/
Maintainers: Austin Horstman
A Neovim plugin that provides comment strings for various languages using Treesitter.
plugins.ts-comments.enable
Whether to enable ts-comments.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.ts-comments.package
The ts-comments package to use.
Type: package
Default:
pkgs.vimPlugins.ts-comments-nvim
Declared by:
plugins.ts-comments.autoLoad
Whether to automatically load ts-comments when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.ts-comments.callSetup
Whether to generate the standard require('ts-comments').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: