diff options
author | kylo252 <[email protected]> | 2021-08-17 17:20:18 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-17 19:50:18 +0430 |
commit | 335e707b2aae38c0cd5d0d962b27038ab1117aa6 (patch) | |
tree | 4be5b6ca5ea2e018893b067e5656f199e7a99e8f /lua/core/nvimtree.lua | |
parent | 1cc2452eb7b76aad36a6d9d210abff88edf6721a (diff) |
[Feature] Make the rest of the builtins configurable (#1318)
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 = { |