mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/lspsaga: fix incorrect scope in mkWarnings
This commit is contained in:
parent
0633c9d139
commit
d7048c8661
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue