never display the line numbers for the tree view

This commit is contained in:
aminnairi
2024-01-03 18:05:35 +01:00
parent ea44dd89a1
commit 9dfea77627
@@ -117,6 +117,8 @@ return {
width = get_width,
-- Always open the tree on the left side of the screen
side = "left",
-- Never display the number line for the tree
number = false,
})
local whichKey = require("which-key")