From 4abf53327b6b3aeb22db571fea1ab287f318457b Mon Sep 17 00:00:00 2001 From: John Novak Date: Mon, 31 May 2021 17:07:42 +1000 Subject: [PATCH] fix documentation typos (#408) --- doc/nvim-tree-lua.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 47785ab4..0633f6a0 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -123,8 +123,8 @@ You can set icons for: \ 'staged': "✓", \ 'unmerged': "", \ 'renamed': "➜", - \ 'untracked': "★" - \ 'deleted': "" + \ 'untracked': "★", + \ 'deleted': "", \ }, \ 'folder': { \ 'default': "",