diff options
Diffstat (limited to 'runtime/doc/lsp.txt')
-rw-r--r-- | runtime/doc/lsp.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 3b8a9d94fe..c76f57b924 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -1610,6 +1610,12 @@ apply_workspace_edit({workspace_edit}) Parameters: ~ {workspace_edit} (table) `WorkspaceEdit` +border_height({id}) *vim.lsp.util.border_height()* + TODO: Documentation + +border_width({id}) *vim.lsp.util.border_width()* + TODO: Documentation + buf_clear_references({bufnr}) *vim.lsp.util.buf_clear_references()* Removes document highlights from a buffer. |