diff options
| author | Jon Earnshaw <1021321+jpearnshaw@users.noreply.github.com> | 2023-04-13 14:28:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-13 09:28:44 -0400 |
| commit | b5940dad69c1e57d696fc2ff94cc15ba7051e796 (patch) | |
| tree | a7888b0a4ea5c371ec8f8e36f5665cc16d30ba2d | |
| parent | d63342cf5fd34fa993e53b27c1f380c598621a80 (diff) | |
| download | dots-b5940dad69c1e57d696fc2ff94cc15ba7051e796.tar.gz | |
Correct command for neo-tree (#216)
| -rw-r--r-- | nvim/README.md | 2 |
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 |