From 136903123b8848761d5b99618a00f87836f97d9f Mon Sep 17 00:00:00 2001 From: stgpepper <74211382+stgpepper@users.noreply.github.com> Date: Fri, 15 Mar 2024 22:51:41 +0200 Subject: Update README.md (#763) Added file text to code block for consistency since the other plugin had file also inside code block. --- nvim/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nvim') 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 = "*", -- cgit v1.2.3