From c4a0c1d3b02761626ffced32fe74b0df5b665a5f Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 2 Mar 2025 14:27:52 -0800 Subject: docs: misc #31996 --- runtime/lua/vim/lsp/util.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/lua/vim/lsp/util.lua') diff --git a/runtime/lua/vim/lsp/util.lua b/runtime/lua/vim/lsp/util.lua index b0567e3b59..1219f71427 100644 --- a/runtime/lua/vim/lsp/util.lua +++ b/runtime/lua/vim/lsp/util.lua @@ -1503,6 +1503,7 @@ end --- (default: `'cursor'`) --- @field relative? 'mouse'|'cursor'|'editor' --- +--- Adjusts placement relative to cursor. --- - "auto": place window based on which side of the cursor has more lines --- - "above": place the window above the cursor unless there are not enough lines --- to display the full window height. -- cgit