Update README.md (#763)

Added file text to code block for consistency since the other plugin had file also inside code block.
This commit is contained in:
stgpepper 2024-03-15 22:51:41 +02:00 committed by GitHub
parent 7892c0c354
commit da1271db4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: In the file: `lua/custom/plugins/filetree.lua`, add:
```lua ```lua
-- File: lua/custom/plugins/filetree.lua
return { return {
"nvim-neo-tree/neo-tree.nvim", "nvim-neo-tree/neo-tree.nvim",
version = "*", version = "*",