diff options
author | stgpepper <74211382+stgpepper@users.noreply.github.com> | 2024-03-15 22:51:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 16:51:41 -0400 |
commit | da1271db4d0e3761c358ec6546b3e9dd175a7962 (patch) | |
tree | 25f6f74c8e310afed837306f7e65d81f18c54f8f | |
parent | 7892c0c354639985b1cf36f11d175201590e267b (diff) |
Update README.md (#763)
Added file text to code block for consistency since the other plugin had file also inside code block.
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -140,6 +140,8 @@ This will install the tree plugin and add the command `:Neotree` for you. For mo In the file: `lua/custom/plugins/filetree.lua`, add: ```lua +-- File: lua/custom/plugins/filetree.lua + return { "nvim-neo-tree/neo-tree.nvim", version = "*", |