diff --git a/.config/nvim/lua/plugins/neo-tree.lua b/.config/nvim/lua/plugins/neo-tree.lua index e3f6a97..694dac0 100644 --- a/.config/nvim/lua/plugins/neo-tree.lua +++ b/.config/nvim/lua/plugins/neo-tree.lua @@ -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 = {