We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enable_normal_mode_for_inputs
defaults.lua
1 parent d8b4687 commit 7a8d2f3Copy full SHA for 7a8d2f3
lua/neo-tree/defaults.lua
@@ -19,7 +19,6 @@ local config = {
19
enable_opened_markers = true, -- Enable tracking of opened files. Required for `components.name.highlight_opened_files`
20
enable_refresh_on_write = true, -- Refresh the tree when a file is written. Only used if `use_libuv_file_watcher` is false.
21
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.
23
git_status_async = true,
24
-- These options are for people with VERY large git repos
25
git_status_async_options = {
0 commit comments