Skip to content

Commit 00c901e

Browse files
committed
Don't provide default for local insert_as option
1 parent e775d34 commit 00c901e

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

0 commit comments

Comments
 (0)