mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-03 18:28:38 +00:00
chore(picker): fix typo (#587)
## Description Fixed typo for the `Unknown` icon
This commit is contained in:
parent
ee55b5f848
commit
3739b5f8ff
3 changed files with 4 additions and 4 deletions
|
@ -286,7 +286,7 @@ local defaults = {
|
|||
Text = " ",
|
||||
TypeParameter = " ",
|
||||
Unit = " ",
|
||||
Uknown = " ",
|
||||
Unknown = " ",
|
||||
Value = " ",
|
||||
Variable = " ",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue