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 30768e8 commit e3ddccc
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 @@ -150,6 +150,10 @@ return {
local padding = config.padding or " "
local highlight = config.highlight or highlights.FILE_ICON

if node:get_depth() == 1 then
icon = ""
end

if node.type == "directory" then
highlight = highlights.DIRECTORY_ICON
if node:is_expanded() then
Expand Down

0 comments on commit e3ddccc

Please sign in to comment.