Skip to content

Commit b5ebaf2

Browse files
committed
plugins/lspsaga: fix incorrect scope in mkWarnings
1 parent 31899c4 commit b5ebaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/by-name/lspsaga/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ in
467467
{
468468
enable = mkOverride 1490 true;
469469
};
470-
warnings = lib.nixvim.mkWarnings "plugins.ltex-extra" {
470+
warnings = lib.nixvim.mkWarnings "plugins.lspsaga" {
471471
# https://nvimdev.github.io/lspsaga/implement/#default-options
472472
when = (cfg.implement.enable == true) && (cfg.symbolInWinbar.enable == false);
473473

0 commit comments

Comments
 (0)