Skip to content

Commit 500862c

Browse files
authored
Update README.md
1 parent cb23928 commit 500862c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ use {
2525
"git_status",
2626
"example" -- <-- external sources need to be a fully qualified path to the module
2727
--"my.name.example" <-- Feel free to add to your folder structure to create a namespace,
28-
-- The name of the modeul will be the last part, or whatever your module
29-
-- experts as the `name` field.
28+
-- The name of the source will be the last part, or whatever your module
29+
-- exports as the `name` field.
3030
},
3131
example = {
3232
-- The config for your source goes here. This is the same as any other source, plus whatever
@@ -36,8 +36,6 @@ use {
3636
--etc
3737
},
3838
})
39-
40-
vim.cmd([[nnoremap \ :Neotree reveal<cr>]])
4139
end
4240
}
4341
```

0 commit comments

Comments
 (0)