diff options
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/lsp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index c314d632d7..a6cd10afa3 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -2101,7 +2101,7 @@ Lua module: vim.lsp.util *lsp-util* • {border}? (`string|(string|[string,string])[]`) override `border` • {zindex}? (`integer`) override `zindex`, defaults to 50 - • {title}? (`string`) + • {title}? (`string|[string,string][]`) • {title_pos}? (`'left'|'center'|'right'`) • {relative}? (`'mouse'|'cursor'|'editor'`) (default: `'cursor'`) • {anchor_bias}? (`'auto'|'above'|'below'`, default: `'auto'`) Adjusts |