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 {
|
||||
inherit (cfgL.hover) enabled view opts;
|
||||
};
|
||||
sigature = let
|
||||
signature = let
|
||||
cfgLS = cfgL.signature;
|
||||
in
|
||||
helpers.ifNonNull' cfgLS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue