mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 02:21:51 +00:00
lsp: add preview_location util function (#12368)
* add preview_location * add doc stub * doc style; return bufnr&winnr of preview * doc: function may return nil Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com> * doc: fixup Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user