From 506fa11fc88dbacf80d1ba93d88e65244966050c Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Fri, 3 Feb 2023 01:57:29 +0100 Subject: nvim-tree & lsp fixes --- lua/user/nvim-tree.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lua/user/nvim-tree.lua') 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, -- cgit v1.2.3