Add help file

This commit is contained in:
Omar Zeghouani
2021-08-20 15:02:29 +01:00
parent 2047f401e7
commit 8af372f9e2
2 changed files with 242 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ vim.g.symbols_outline = {
| Property | Description | Type | Default |
| ---------------------- | ------------------------------------------------------------------------------ | ------------------ | ------------------------ |
| highlight_hovered_item | Whether to highlight the currently hovered symbol (high cpu usage) | boolean | true |
| show_guides | Wether to show outline guides | boolean | true |
| show_guides | Whether to show outline guides | boolean | true |
| position | Where to open the split window | 'right' or 'left' | 'right' |
| width | How big the window is (relative to the current split) | int | 25 |
| auto_preview | Show a preview of the code on hover | boolean | true |