diff options
-rw-r--r-- | runtime/doc/lsp.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 075912d4e5..55873331c0 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -947,9 +947,6 @@ add_workspace_folder({workspace_folder}) not provided, the user will be prompted for a path using |input()|. -call_hierarchy({method}) *vim.lsp.buf.call_hierarchy()* - TODO: Documentation - clear_references() *vim.lsp.buf.clear_references()* Removes document highlights from current buffer. |