mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
removed folder grouping in nvim tree
This commit is contained in:
@@ -138,8 +138,8 @@ return {
|
|||||||
renderer = {
|
renderer = {
|
||||||
-- Never add trailing slashes for folders name
|
-- Never add trailing slashes for folders name
|
||||||
add_trailing = false,
|
add_trailing = false,
|
||||||
-- Always group directories in the tree for those that only have one child node
|
-- Never group directories in the tree for those that only have one child node
|
||||||
group_empty = true,
|
group_empty = false,
|
||||||
-- Never highlight any files in a special way
|
-- Never highlight any files in a special way
|
||||||
special_files = {},
|
special_files = {},
|
||||||
-- Highlight files that have diagnostics
|
-- Highlight files that have diagnostics
|
||||||
|
|||||||
Reference in New Issue
Block a user