From 4d6bf5fd0bcd8d12dd42bee2d544c5e64f8445e2 Mon Sep 17 00:00:00 2001 From: kiyan42 Date: Fri, 28 Feb 2020 18:21:58 +0100 Subject: [PATCH] update doc tags --- README.md | 3 ++- doc/tags | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24b24973..6d46f0f8 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ nnoremap n :LuaTreeFindFile - create proper highlight groups or add highlight function to give the user ability to setup colors themselves - add `` to open buffer in new tab -### Window Feature +### Window Feature / Fixes +- opening help should open on the bottom - better window management: - check tree buffer/window for change so we can avoid it being resized or moved around or replaced by another file - monitor window layout in current tab to open files in the right place diff --git a/doc/tags b/doc/tags index 682b9600..057eb2db 100644 --- a/doc/tags +++ b/doc/tags @@ -1,5 +1,7 @@ +:LuaTreeFindFile nvim-tree-lua.txt /*:LuaTreeFindFile* :LuaTreeRefresh nvim-tree-lua.txt /*:LuaTreeRefresh* :LuaTreeToggle nvim-tree-lua.txt /*:LuaTreeToggle* +g:lua_tree_follow nvim-tree-lua.txt /*g:lua_tree_follow* g:lua_tree_ignore nvim-tree-lua.txt /*g:lua_tree_ignore* g:lua_tree_side nvim-tree-lua.txt /*g:lua_tree_side* g:lua_tree_size nvim-tree-lua.txt /*g:lua_tree_size*