tiny-inline-diagnostic
URL: https://github.com/rachartier/tiny-inline-diagnostic.nvim/
Maintainers: Gaetan Lepage
plugins.tiny-inline-diagnostic.enable
Whether to enable tiny-inline-diagnostic.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.tiny-inline-diagnostic.package
The tiny-inline-diagnostic.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.tiny-inline-diagnostic-nvim
Declared by:
plugins.tiny-inline-diagnostic.autoLoad
Whether to automatically load tiny-inline-diagnostic.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.tiny-inline-diagnostic.settings
Options provided to the require('tiny-inline-diagnostic').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
multilines = {
enabled = true;
};
options = {
use_icons_from_diagnostic = true;
};
preset = "classic";
virt_texts = {
priority = 2048;
};
}
Declared by: