diff options
author | marvim <marvim@users.noreply.github.com> | 2021-06-15 06:20:14 +0000 |
---|---|---|
committer | marvim <marvim@users.noreply.github.com> | 2021-06-15 06:20:14 +0000 |
commit | 45a7cd2c193b8d265f98d8ab5aeb522e5252f040 (patch) | |
tree | 9794b2a3b7f23c2846d7c512e600111c1e4d51f0 | |
parent | 8cdffd42dd7db664034f61157e59e1e499f70ad8 (diff) | |
download | rneovim-45a7cd2c193b8d265f98d8ab5aeb522e5252f040.tar.gz rneovim-45a7cd2c193b8d265f98d8ab5aeb522e5252f040.tar.bz2 rneovim-45a7cd2c193b8d265f98d8ab5aeb522e5252f040.zip |
docs: regenerate
-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. |