Skip to content

Commit

Permalink
LazyVim 10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-project committed Nov 19, 2023
1 parent 5531f7b commit 9a173f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/lazyvim/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ return {

if node:get_depth() == 1 then
icon = ""
return {
text = icon,
highlight = highlight,
}
else
if node.type == "directory" then
highlight = highlights.DIRECTORY_ICON
Expand Down

0 comments on commit 9a173f3

Please sign in to comment.