diff options
Diffstat (limited to 'book/src/configuration.md')
-rw-r--r-- | book/src/configuration.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 5e22cebf..e3dbce95 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -402,3 +402,12 @@ S-tab = "move_parent_node_start" tab = "extend_parent_node_end" S-tab = "extend_parent_node_start" ``` + +### `[editor.explorer]` Section + +Sets explorer side width and style. + +| Key | Description | Default | +| -------------- | ------------------------------------------- | ------- | +| `column-width` | explorer side width | 30 | +| `position` | explorer widget position, `left` or `right` | `left` | |