summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorJon Earnshaw <1021321+jpearnshaw@users.noreply.github.com>2023-04-13 14:28:44 +0100
committerGitHub <noreply@github.com>2023-04-13 09:28:44 -0400
commitb5940dad69c1e57d696fc2ff94cc15ba7051e796 (patch)
treea7888b0a4ea5c371ec8f8e36f5665cc16d30ba2d /nvim
parentd63342cf5fd34fa993e53b27c1f380c598621a80 (diff)
downloaddots-b5940dad69c1e57d696fc2ff94cc15ba7051e796.tar.gz
Correct command for neo-tree (#216)
Diffstat (limited to 'nvim')
-rw-r--r--nvim/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md
index ce72ebb..f6c0ac5 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -81,7 +81,7 @@ return {
}
```
-This will install the tree plugin and add the command `:NeoTree` for you. You can explore the documentation at [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim) for more information.
+This will install the tree plugin and add the command `:Neotree` for you. You can explore the documentation at [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim) for more information.
#### Example: Adding a file to change default options