mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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;
|
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
|
# https://nvimdev.github.io/lspsaga/implement/#default-options
|
||||||
when = (cfg.implement.enable == true) && (cfg.symbolInWinbar.enable == false);
|
when = (cfg.implement.enable == true) && (cfg.symbolInWinbar.enable == false);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue