diff options
author | Abouzar Parvan <[email protected]> | 2022-03-02 17:36:06 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-02 17:36:06 +0330 |
commit | c12338393ef70b338724244de1dad88538f8a36a (patch) | |
tree | a604240dd9d67d751ad6b4ffb2475b2f67735094 /lua/lvim/core/nvimtree.lua | |
parent | 2a9f9998aca359a41eefe3a1c429d049a5a1806b (diff) |
chore(plugins): bump version (#2321)
Diffstat (limited to 'lua/lvim/core/nvimtree.lua')
-rw-r--r-- | lua/lvim/core/nvimtree.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/core/nvimtree.lua b/lua/lvim/core/nvimtree.lua index 8e40bb8c..6b6997ca 100644 --- a/lua/lvim/core/nvimtree.lua +++ b/lua/lvim/core/nvimtree.lua @@ -9,6 +9,7 @@ function M.config() disable_netrw = true, hijack_netrw = true, open_on_setup = false, + ignore_buffer_on_setup = false, ignore_ft_on_setup = { "startify", "dashboard", |