From 742db4e60c74e5fbcc596aaf9e7575e1342dfd09 Mon Sep 17 00:00:00 2001 From: Rick Bowen Date: Wed, 13 Mar 2024 17:27:06 -0700 Subject: [PATCH] fix(config): remove `enable_normal_mode_for_inputs` from `defaults.lua` (#1395) --- lua/neo-tree/defaults.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/neo-tree/defaults.lua b/lua/neo-tree/defaults.lua index 54ea1caa..44736046 100644 --- a/lua/neo-tree/defaults.lua +++ b/lua/neo-tree/defaults.lua @@ -19,7 +19,6 @@ local config = { enable_opened_markers = true, -- Enable tracking of opened files. Required for `components.name.highlight_opened_files` enable_refresh_on_write = true, -- Refresh the tree when a file is written. Only used if `use_libuv_file_watcher` is false. enable_cursor_hijack = false, -- If enabled neotree will keep the cursor on the first letter of the filename when moving in the tree. - enable_normal_mode_for_inputs = false, -- Enable normal mode for input dialogs. git_status_async = true, -- These options are for people with VERY large git repos git_status_async_options = {