We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb23928 commit 500862cCopy full SHA for 500862c
README.md
@@ -25,8 +25,8 @@ use {
25
"git_status",
26
"example" -- <-- external sources need to be a fully qualified path to the module
27
--"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.
+ -- The name of the source will be the last part, or whatever your module
+ -- exports as the `name` field.
30
},
31
example = {
32
-- The config for your source goes here. This is the same as any other source, plus whatever
@@ -36,8 +36,6 @@ use {
36
--etc
37
38
})
39
-
40
- vim.cmd([[nnoremap \ :Neotree reveal<cr>]])
41
end
42
}
43
```
0 commit comments