diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-03 01:57:29 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-03 01:57:29 +0100 |
| commit | 506fa11fc88dbacf80d1ba93d88e65244966050c (patch) | |
| tree | 8222ea1a43a6b0918f6ae7849ff7f86675227172 /lua/user/nvim-tree.lua | |
| parent | 9ed0950e5fd53a48430f7fdc069a71d6fdeab145 (diff) | |
nvim-tree & lsp fixes
Diffstat (limited to 'lua/user/nvim-tree.lua')
| -rw-r--r-- | lua/user/nvim-tree.lua | 6 |
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, |
