diff options
Diffstat (limited to 'lua/core/nvimtree.lua')
| -rw-r--r-- | lua/core/nvimtree.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lua/core/nvimtree.lua b/lua/core/nvimtree.lua index 25c69575..7c99a91e 100644 --- a/lua/core/nvimtree.lua +++ b/lua/core/nvimtree.lua @@ -3,6 +3,7 @@ local Log = require "core.log"  --  M.config = function()    lvim.builtin.nvimtree = { +    active = true,      side = "left",      width = 30,      show_icons = { | 
