typescript-tools
URL: https://github.com/pmizio/typescript-tools.nvim/
Maintainers: Austin Horstman
A collection of tools for working with TypeScript and JavaScript in Neovim, including LSP support, code actions, and more.
plugins.typescript-tools.enable
Whether to enable typescript-tools.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.typescript-tools.package
The typescript-tools package to use.
Type: package
Default:
pkgs.vimPlugins.typescript-tools-nvim
Declared by:
plugins.typescript-tools.autoLoad
Whether to automatically load typescript-tools when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.typescript-tools.callSetup
Whether to generate the standard require('typescript-tools').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: