doc(#2440): view.width.padding may only be a string (#2441)

This commit is contained in:
Alexander Courtis
2023-10-02 14:38:11 +11:00
committed by GitHub
parent 113e0950c8
commit 7dcda5d3b6

View File

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