docs: Document new options, commands, API functions

This commit is contained in:
hedy
2023-11-18 22:24:34 +08:00
parent c06039da1e
commit f8c212bcd2
3 changed files with 86 additions and 23 deletions

View File

@@ -52,6 +52,10 @@
cursorline is enabled only when focus is in outline. This lessens the visual
changes due to `auto_set_cursor`, when focus is in code.
- Floating windows are now used for `show_help` keymap and `:OutlineStatus` command.
- New command `:OutlineRefresh` and corresponding lua API function
`refresh_outline()` triggers re-requesting of symbols from provider and
updating the outline.
- New lua API function `is_focus_in_outline()`
### Fixes