diff options
| author | opalmay <[email protected]> | 2023-02-04 17:38:51 +0200 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-04 17:38:51 +0200 | 
| commit | 17c5b8dd027cae35f7ee5a0eac9cfaca948212f7 (patch) | |
| tree | b368f619d51380906d37ce5d19de778ac50df041 /lua/lvim/core/nvimtree.lua | |
| parent | b9e1952421f91115a0fbf6b7fdf121f1b1eb3c87 (diff) | |
fix: remove deprecated nvim-tree options (#3810)
Co-authored-by: kylo252 <[email protected]>
Diffstat (limited to 'lua/lvim/core/nvimtree.lua')
| -rw-r--r-- | lua/lvim/core/nvimtree.lua | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/lua/lvim/core/nvimtree.lua b/lua/lvim/core/nvimtree.lua index 6f87e30d..26bd6d70 100644 --- a/lua/lvim/core/nvimtree.lua +++ b/lua/lvim/core/nvimtree.lua @@ -12,8 +12,6 @@ function M.config()        hijack_netrw = true,        hijack_unnamed_buffer_when_opening = false,        ignore_buffer_on_setup = false, -      open_on_setup = false, -      open_on_setup_file = false,        sort_by = "name",        root_dirs = {},        prefer_startup_root = false, @@ -117,11 +115,6 @@ function M.config()          update_root = true,          ignore_list = {},        }, -      ignore_ft_on_setup = { -        "startify", -        "dashboard", -        "alpha", -      },        diagnostics = {          enable = lvim.use_icons,          show_on_dirs = false, | 
