From 6ead94eeeea78469273db36797f27aaba02d80ee Mon Sep 17 00:00:00 2001 From: Phong Nguyen Date: Thu, 13 Aug 2020 16:36:40 +0700 Subject: [PATCH] Update document for g:lua_tree_width --- README.md | 2 +- doc/nvim-tree-lua.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 580a0a88..3eb4d58f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Plug 'ryanoasis/vim-devicons' ```vim 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_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 diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 2c2fb0ec..48501ae1 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -52,7 +52,7 @@ Print clipboard content for both cut and copy ============================================================================== 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)