mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-08 00:14:28 +02:00
add: update folder icon
This commit is contained in:
parent
ca42cc75a1
commit
be847203b7
1 changed files with 8 additions and 4 deletions
|
@ -88,16 +88,20 @@ return {
|
|||
DividerRight = "",
|
||||
DoubleChevronRight = "»",
|
||||
Ellipsis = "",
|
||||
EmptyFolder = "",
|
||||
EmptyFolderOpen = "",
|
||||
-- EmptyFolder = "",
|
||||
-- EmptyFolderOpen = "",
|
||||
EmptyFolder = "",
|
||||
EmptyFolderOpen = "",
|
||||
File = "",
|
||||
FileSymlink = "",
|
||||
Files = "",
|
||||
FindFile = "",
|
||||
FindText = "",
|
||||
Fire = "",
|
||||
Folder = "",
|
||||
FolderOpen = "",
|
||||
-- Folder = "",
|
||||
-- FolderOpen = "",
|
||||
Folder = "",
|
||||
FolderOpen = "",
|
||||
FolderSymlink = "",
|
||||
Forward = "",
|
||||
Gear = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue