We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c468e89 commit 913ee44Copy full SHA for 913ee44
plugins/by-name/lspsaga/default.nix
@@ -467,7 +467,7 @@ in
467
{
468
enable = mkOverride 1490 true;
469
};
470
- warnings = lib.nixvim.mkWarnings "plugins.ltex-extra" {
+ warnings = lib.nixvim.mkWarnings "plugins.lspsaga" {
471
# https://nvimdev.github.io/lspsaga/implement/#default-options
472
when = (cfg.implement.enable == true) && (cfg.symbolInWinbar.enable == false);
473
0 commit comments