twilight
URL: https://github.com/folke/twilight.nvim/
Maintainers: Gaetan Lepage
Twilight is a Lua plugin for Neovim that dims inactive portions of the code you’re editing using TreeSitter.
plugins.twilight.enable
Whether to enable twilight.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.twilight.package
The twilight package to use.
Type: package
Default:
pkgs.vimPlugins.twilight-nvim
Declared by:
plugins.twilight.autoLoad
Whether to automatically load twilight when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.twilight.callSetup
Whether to generate the standard require('twilight').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: