From a8143a7ff1726b554e22ec2ed0b77a1b8cffd79a Mon Sep 17 00:00:00 2001 From: kiyan42 Date: Thu, 20 Feb 2020 21:45:04 +0100 Subject: [PATCH] start adding docs --- doc/nvim-tree-lua.txt | 31 +++++++++++++++++++++++++++++++ doc/tags | 6 ++++++ 2 files changed, 37 insertions(+) create mode 100644 doc/nvim-tree-lua.txt create mode 100644 doc/tags diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt new file mode 100644 index 00000000..ff1cd2a9 --- /dev/null +++ b/doc/nvim-tree-lua.txt @@ -0,0 +1,31 @@ +*nvim-tree.lua* A file explorer written in lua + +Minimum version of neovim: 0.4.0 + +Author: Yazdani Kiyan + +============================================================================== +INTRODUCTION *nvim-tree-lua-introduction* + +============================================================================== +QUICK START *nvim-tree-lua-quickstart* + +open the tree with :LuaTreeToggle +> + nnoremap :LuaTreeToggle + lua require 'tree'.toggle() +< + +============================================================================== +COMMANDS *nvim-tree-lua-commands* + +|:LuaTreeToggle| *:LuaTreeToggle* + +open or close the tree + +|:LuaTreeRefresh| *:LuaTreeRefresh* + +refresh the tree + + vim:tw=78:ts=8:noet:ft=help:norl: + diff --git a/doc/tags b/doc/tags new file mode 100644 index 00000000..0b991e0c --- /dev/null +++ b/doc/tags @@ -0,0 +1,6 @@ +:LuaTreeRefresh nvim-tree-lua.txt /*:LuaTreeRefresh* +:LuaTreeToggle nvim-tree-lua.txt /*:LuaTreeToggle* +nvim-tree-lua-commands nvim-tree-lua.txt /*nvim-tree-lua-commands* +nvim-tree-lua-introduction nvim-tree-lua.txt /*nvim-tree-lua-introduction* +nvim-tree-lua-quickstart nvim-tree-lua.txt /*nvim-tree-lua-quickstart* +nvim-tree.lua nvim-tree-lua.txt /*nvim-tree.lua*