mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
never display the line numbers for the tree view
This commit is contained in:
@@ -117,6 +117,8 @@ return {
|
|||||||
width = get_width,
|
width = get_width,
|
||||||
-- Always open the tree on the left side of the screen
|
-- Always open the tree on the left side of the screen
|
||||||
side = "left",
|
side = "left",
|
||||||
|
-- Never display the number line for the tree
|
||||||
|
number = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
local whichKey = require("which-key")
|
local whichKey = require("which-key")
|
||||||
|
|||||||
Reference in New Issue
Block a user