ts-autotag
URL: https://github.com/windwp/nvim-ts-autotag/
Maintainers: Gaetan Lepage
Use treesitter to auto close and auto rename a html tag.
plugins.ts-autotag.enable
Whether to enable ts-autotag.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.ts-autotag.package
The ts-autotag package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-ts-autotag
Declared by:
plugins.ts-autotag.autoLoad
Whether to automatically load ts-autotag when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.ts-autotag.callSetup
Whether to generate the standard require('nvim-ts-autotag').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: