mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
always group nearly empty nodes in the tree
This commit is contained in:
@@ -124,6 +124,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
|
||||||
|
group_empty = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
local whichKey = require("which-key")
|
local whichKey = require("which-key")
|
||||||
|
|||||||
Reference in New Issue
Block a user