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 = "",
|
DividerRight = "",
|
||||||
DoubleChevronRight = "»",
|
DoubleChevronRight = "»",
|
||||||
Ellipsis = "",
|
Ellipsis = "",
|
||||||
EmptyFolder = "",
|
-- EmptyFolder = "",
|
||||||
EmptyFolderOpen = "",
|
-- EmptyFolderOpen = "",
|
||||||
|
EmptyFolder = "",
|
||||||
|
EmptyFolderOpen = "",
|
||||||
File = "",
|
File = "",
|
||||||
FileSymlink = "",
|
FileSymlink = "",
|
||||||
Files = "",
|
Files = "",
|
||||||
FindFile = "",
|
FindFile = "",
|
||||||
FindText = "",
|
FindText = "",
|
||||||
Fire = "",
|
Fire = "",
|
||||||
Folder = "",
|
-- Folder = "",
|
||||||
FolderOpen = "",
|
-- FolderOpen = "",
|
||||||
|
Folder = "",
|
||||||
|
FolderOpen = "",
|
||||||
FolderSymlink = "",
|
FolderSymlink = "",
|
||||||
Forward = "",
|
Forward = "",
|
||||||
Gear = "",
|
Gear = "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue