mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
never display the line numbers for the tree view
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user