diff options
| author | kylo252 <[email protected]> | 2021-11-27 15:22:43 +0100 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-27 15:22:43 +0100 | 
| commit | 24be0ef1ef36b8cc725655e920104e9676b72f25 (patch) | |
| tree | 4b36a186c893844d6db4b99c5ed553179858f3d0 /lua/lvim/core | |
| parent | 044b53a6fed7ed2c477870883857a9742a2e1b98 (diff) | |
chore: bump core-plugins version (#1989)
Diffstat (limited to 'lua/lvim/core')
| -rw-r--r-- | lua/lvim/core/nvimtree.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lvim/core/nvimtree.lua b/lua/lvim/core/nvimtree.lua index 08a73cdb..1fc93aea 100644 --- a/lua/lvim/core/nvimtree.lua +++ b/lua/lvim/core/nvimtree.lua @@ -29,6 +29,8 @@ function M.config()            custom_only = false,          },        }, +      hide_dotfiles = false, +      ignore = { ".git", "node_modules", ".cache" },      },      show_icons = {        git = 1, @@ -37,9 +39,7 @@ function M.config()        folder_arrows = 1,        tree_width = 30,      }, -    ignore = { ".git", "node_modules", ".cache" },      quit_on_open = 0, -    hide_dotfiles = 1,      git_hl = 1,      root_folder_modifier = ":t",      allow_resize = 1,  | 
