diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua index 1df34b3..1374a06 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua @@ -138,8 +138,8 @@ return { renderer = { -- Never add trailing slashes for folders name add_trailing = false, - -- Always group directories in the tree for those that only have one child node - group_empty = true, + -- Never group directories in the tree for those that only have one child node + group_empty = false, -- Never highlight any files in a special way special_files = {}, -- Highlight files that have diagnostics