Skip to content

Commit 120a83e

Browse files
authored
fix(docs): use proper lua syntax & vim.keymap api (#1397)
1 parent 742db4e commit 120a83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/neo-tree.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ current file, or if in an unsaved file, the current working directory.
166166
reveal_force_cwd = true, -- change cwd without asking if needed
167167
})
168168
end,
169-
{description: "Open neo-tree at current file or working directory"}
169+
{ desc = "Open neo-tree at current file or working directory" }
170170
);
171171
<
172172

0 commit comments

Comments
 (0)