diff options
| author | kylo252 <[email protected]> | 2022-08-01 09:54:53 +0200 | 
|---|---|---|
| committer | kylo252 <[email protected]> | 2022-08-01 09:54:53 +0200 | 
| commit | a1ffa3c945a000cc39fb3ee97573e2c37be68583 (patch) | |
| tree | 4283491c631be9adfc29a2f3351a020a6b6f6a20 /lua/lvim/core/nvimtree.lua | |
| parent | 71de455e7886a0085f9c32059a3327217f9833d7 (diff) | |
| parent | 1d9b85a50edd5ef643cf81974e92a5121645de19 (diff) | |
Merge branch 'rolling'1.1.4
Diffstat (limited to 'lua/lvim/core/nvimtree.lua')
| -rw-r--r-- | lua/lvim/core/nvimtree.lua | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/lua/lvim/core/nvimtree.lua b/lua/lvim/core/nvimtree.lua index 9d7ab069..15e80e85 100644 --- a/lua/lvim/core/nvimtree.lua +++ b/lua/lvim/core/nvimtree.lua @@ -68,9 +68,10 @@ function M.config()          indent_markers = {            enable = false,            icons = { -            corner = "└ ", -            edge = "│ ", -            none = "  ", +            corner = "└", +            edge = "│", +            item = "│", +            none = " ",            },          },          icons = { | 
