Skip to content

Commit d22fd6a

Browse files
committed
Don't provide default for local insert_as option
1 parent 7b3178c commit d22fd6a

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
@@ -335,7 +335,6 @@ local config = {
335335
-- some commands may take optional config options, see `:h neo-tree-mappings` for details
336336
config = {
337337
show_path = "none", -- "none", "relative", "absolute"
338-
insert_as = "child" -- "child", "sibling" - Overrides the global `insert_as` config.
339338
}
340339
},
341340
["A"] = "add_directory", -- also accepts the config.show_path and config.insert_as options.

0 commit comments

Comments
 (0)