plugins/lspsaga: fix incorrect scope in mkWarnings

This commit is contained in:
Kirens 2025-03-30 14:59:50 +02:00
parent 0633c9d139
commit d7048c8661

View file

@ -467,7 +467,7 @@ in
{
enable = mkOverride 1490 true;
};
warnings = lib.nixvim.mkWarnings "plugins.ltex-extra" {
warnings = lib.nixvim.mkWarnings "plugins.lspsaga" {
# https://nvimdev.github.io/lspsaga/implement/#default-options
when = (cfg.implement.enable == true) && (cfg.symbolInWinbar.enable == false);