aboutsummaryrefslogtreecommitdiff
path: root/lua/user/nvim-tree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/nvim-tree.lua')
-rw-r--r--lua/user/nvim-tree.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua
index fbee090..ec7cb70 100644
--- a/lua/user/nvim-tree.lua
+++ b/lua/user/nvim-tree.lua
@@ -16,12 +16,6 @@ local tree_cb = nvim_tree_config.nvim_tree_callback
nvim_tree.setup {
disable_netrw = true,
hijack_netrw = true,
- open_on_setup = false,
- ignore_ft_on_setup = {
- "startify",
- "dashboard",
- "alpha",
- },
open_on_tab = false,
hijack_cursor = false,
update_cwd = true,