chore: move window picker configuration in setup

This commit is contained in:
kiyan
2022-02-21 22:19:35 +01:00
parent 3920e56164
commit 69867f4a00
4 changed files with 65 additions and 60 deletions

View File

@@ -349,6 +349,11 @@ local DEFAULT_OPTS = {
},
open_file = {
quit_on_open = vim.g.nvim_tree_quit_on_open == 1,
window_picker = {
enable = vim.g.nvim_tree_disable_window_picker ~= 1,
chars = vim.g.nvim_tree_window_picker_chars,
exclude = vim.g.nvim_tree_window_picker_exclude,
}
}
}
}