start adding docs
This commit is contained in:
parent
4fd82e527f
commit
a8143a7ff1
31
doc/nvim-tree-lua.txt
Normal file
31
doc/nvim-tree-lua.txt
Normal 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
6
doc/tags
Normal 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*
|
||||
Loading…
Reference in New Issue
Block a user