Update document for g:lua_tree_width

This commit is contained in:
Phong Nguyen 2020-08-13 16:36:40 +07:00 committed by Kiyan Yazdani
parent 51323b00a4
commit 6ead94eeee
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Plug 'ryanoasis/vim-devicons'
```vim ```vim
let g:lua_tree_side = 'right' | 'left' "left by default let g:lua_tree_side = 'right' | 'left' "left by default
let g:lua_tree_size = 40 "30 by default let g:lua_tree_width = 40 "30 by default
let g:lua_tree_ignore = [ '.git', 'node_modules', '.cache' ] "empty by default let g:lua_tree_ignore = [ '.git', 'node_modules', '.cache' ] "empty by default
let g:lua_tree_auto_open = 1 "0 by default, opens the tree when typing `vim $DIR` or `vim` let g:lua_tree_auto_open = 1 "0 by default, opens the tree when typing `vim $DIR` or `vim`
let g:lua_tree_auto_close = 1 "0 by default, closes the tree when it's the last window let g:lua_tree_auto_close = 1 "0 by default, closes the tree when it's the last window

View File

@ -52,7 +52,7 @@ Print clipboard content for both cut and copy
============================================================================== ==============================================================================
OPTIONS *nvim-tree-options* OPTIONS *nvim-tree-options*
|g:lua_tree_size| *g:lua_tree_size* |g:lua_tree_width| *g:lua_tree_width*
width of the window (default to 30) width of the window (default to 30)