diff options
Diffstat (limited to 'runtime/doc/lsp.txt')
-rw-r--r-- | runtime/doc/lsp.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 9460e600e3..0c510c3bec 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -1053,6 +1053,9 @@ highlight_region({ft}, {start}, {finish}) jump_to_location({location}) *vim.lsp.util.jump_to_location()* TODO: Documentation +preview_location({location}) *vim.lsp.util.preview_location()* + TODO: Documentation + locations_to_items({locations}) *vim.lsp.util.locations_to_items()* TODO: Documentation |