mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
removed folder grouping in nvim tree
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user