[neovim] Fix deprecated neo-tree options

This commit is contained in:
Daniel Carrillo 2023-09-22 17:33:43 +02:00
parent 22c11f1670
commit 16dc57cf7e
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ vim.g.neo_tree_remove_legacy_commands = true
require("neo-tree").setup({
close_if_last_window = true,
auto_clean_after_session_restore = true,
open_files_do_not_replace_filetypes = { "terminal", "trouble", "qf", "starter" },
open_files_do_not_replace_types = { "terminal", "trouble", "qf", "starter" },
popup_border_style = "rounded",
default_component_configs = {
indent = {