mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +02:00
plugins/ui/noice: fix typo
This commit is contained in:
parent
59232f22b5
commit
c8051ab345
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ in {
|
||||||
hover = helpers.ifNonNull' cfgL.hover {
|
hover = helpers.ifNonNull' cfgL.hover {
|
||||||
inherit (cfgL.hover) enabled view opts;
|
inherit (cfgL.hover) enabled view opts;
|
||||||
};
|
};
|
||||||
sigature = let
|
signature = let
|
||||||
cfgLS = cfgL.signature;
|
cfgLS = cfgL.signature;
|
||||||
in
|
in
|
||||||
helpers.ifNonNull' cfgLS {
|
helpers.ifNonNull' cfgLS {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue