Skip to content

Commit a9231e5

Browse files
authored
fix(docs): fix syntax issue in the README quickstart (#915)
1 parent ad47a87 commit a9231e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ use {
188188
-- A list of functions, each representing a global custom command
189189
-- that will be available in all sources (if not overridden in `opts[source_name].commands`)
190190
-- see `:h neo-tree-global-custom-commands`
191-
commands = {}
192-
191+
commands = {},
193192
window = {
194193
position = "left",
195194
width = 40,

0 commit comments

Comments
 (0)