Skip to content

Commit

Permalink
Update README.md (nvim-lua#763)
Browse files Browse the repository at this point in the history
Added file text to code block for consistency since the other plugin had file also inside code block.
  • Loading branch information
stgpepper committed Mar 15, 2024
1 parent 7892c0c commit da1271d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*",
Expand Down

0 comments on commit da1271d

Please sign in to comment.