From 7dcda5d3b6d2fce7b7baa471b7ad6525383e27bb Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 2 Oct 2023 14:38:11 +1100 Subject: [PATCH] doc(#2440): view.width.padding may only be a string (#2441) --- doc/nvim-tree-lua.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 21ac647a..b0462502 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -746,7 +746,7 @@ longest line (previously `view.adaptive_size`). *nvim-tree.view.width.padding* Extra padding to the right. - Type: `string | number | function`, Default: `1` + Type: `string`, Default: `" "` *nvim-tree.view.float* Use nvim-tree in a floating window.