Skip to content

Commit 7a8d2f3

Browse files
committed
Delete enable_normal_mode_for_inputs from defaults.lua
Follow up for bug introduced in PR nvim-neo-tree#1372 nvim-neo-tree#1372 (comment)
1 parent d8b4687 commit 7a8d2f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/neo-tree/defaults.lua

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ local config = {
1919
enable_opened_markers = true, -- Enable tracking of opened files. Required for `components.name.highlight_opened_files`
2020
enable_refresh_on_write = true, -- Refresh the tree when a file is written. Only used if `use_libuv_file_watcher` is false.
2121
enable_cursor_hijack = false, -- If enabled neotree will keep the cursor on the first letter of the filename when moving in the tree.
22-
enable_normal_mode_for_inputs = false, -- Enable normal mode for input dialogs.
2322
git_status_async = true,
2423
-- These options are for people with VERY large git repos
2524
git_status_async_options = {

0 commit comments

Comments
 (0)