diff options
author | Au. <acehinnnqru@gmail.com> | 2025-03-22 10:43:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-22 10:43:06 +0800 |
commit | 5187be81c2eb2de6793a0f9d57d0f2d95f356d22 (patch) | |
tree | f3eaa80d53564c379a25be940139f1570986c7de /runtime/doc | |
parent | b165ad067101df29636203ff104a2586f5df1413 (diff) | |
download | rneovim-5187be81c2eb2de6793a0f9d57d0f2d95f356d22.tar.gz rneovim-5187be81c2eb2de6793a0f9d57d0f2d95f356d22.tar.bz2 rneovim-5187be81c2eb2de6793a0f9d57d0f2d95f356d22.zip |
fix(lsp): handle using array as open_floating_preview title (#33016)
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 |