diff options
author | Abouzar Parvan <[email protected]> | 2022-05-31 19:45:43 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-31 19:45:43 +0430 |
commit | 7c53bd64c570c1e7151090eb758a17211f45965d (patch) | |
tree | 4c17026a28bf1c11d3c1098a74f2c7c67bd03766 /utils/installer/config.example.lua | |
parent | ed50b7d33fe4a00494343dcb3db861f483d147f4 (diff) |
fix(nvimtree): update nvim-tree setup (#2681)
Diffstat (limited to 'utils/installer/config.example.lua')
-rw-r--r-- | utils/installer/config.example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua index 120cd783..1bcff7f0 100644 --- a/utils/installer/config.example.lua +++ b/utils/installer/config.example.lua @@ -61,7 +61,7 @@ lvim.builtin.alpha.mode = "dashboard" lvim.builtin.notify.active = true lvim.builtin.terminal.active = true lvim.builtin.nvimtree.setup.view.side = "left" -lvim.builtin.nvimtree.show_icons.git = 0 +lvim.builtin.nvimtree.setup.renderer.icons.show.git = false -- if you don't want all the parsers change this to a table of the ones you want lvim.builtin.treesitter.ensure_installed = { |