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 | 06192307f3302b75a6d9d2ac5ba382cafccf9c3f (patch) | |
tree | 6cea8f7e7a92dd9c15dc84381d7dfacd2a6b14b4 /README.md | |
parent | 0278862ea142c37eec827b61a189f1649f3ea939 (diff) |
Correct command for neo-tree (#216)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |