update doc tags

This commit is contained in:
kiyan42
2020-02-28 18:21:58 +01:00
parent daff837b23
commit 4d6bf5fd0b
2 changed files with 4 additions and 1 deletions

View File

@@ -68,7 +68,8 @@ nnoremap <leader>n :LuaTreeFindFile<CR>
- create proper highlight groups or add highlight function to give the user ability to setup colors themselves
- add `<C-t>` 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

View File

@@ -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*