Skip to content

Commit

Permalink
fix(config): remove enable_normal_mode_for_inputs from `defaults.lu…
Browse files Browse the repository at this point in the history
…a` (#1395)
  • Loading branch information
rrrix committed Mar 14, 2024
1 parent d8b4687 commit 742db4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/neo-tree/defaults.lua
Expand Up @@ -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 = {
Expand Down

0 comments on commit 742db4e

Please sign in to comment.