start adding docs

This commit is contained in:
kiyan42 2020-02-20 21:45:04 +01:00
parent 4fd82e527f
commit a8143a7ff1
2 changed files with 37 additions and 0 deletions

31
doc/nvim-tree-lua.txt Normal file
View File

@ -0,0 +1,31 @@
*nvim-tree.lua* A file explorer written in lua
Minimum version of neovim: 0.4.0
Author: Yazdani Kiyan <yazdani.kiyan@protonmail.com>
==============================================================================
INTRODUCTION *nvim-tree-lua-introduction*
==============================================================================
QUICK START *nvim-tree-lua-quickstart*
open the tree with :LuaTreeToggle
>
nnoremap <C-n> :LuaTreeToggle<CR>
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:

6
doc/tags Normal file
View File

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