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 | 136903123b8848761d5b99618a00f87836f97d9f (patch) | |
| tree | e79ea8f0dea6421e237dff7c6fe2042564183ab4 | |
| parent | 0054f204262d972633f719669b48d987e6cd270c (diff) | |
| download | dots-136903123b8848761d5b99618a00f87836f97d9f.tar.gz | |
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-- | nvim/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nvim/README.md b/nvim/README.md index 36920a7..0f0bb1b 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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 = "*", |