mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
LSP: eliminate lsp.print_debug_info…()
Reduce API surface. We should not add functions unless they are really needed. Users should be nudged to use vim.inspect() directly.
This commit is contained in:
@@ -320,9 +320,6 @@ buf_notify({bufnr}, {method}, {params}) *vim.lsp.buf_notify()*
|
||||
Return: ~
|
||||
nil
|
||||
|
||||
buf_print_debug_info({bufnr}) *vim.lsp.buf_print_debug_info()*
|
||||
TODO: Documentation
|
||||
|
||||
*vim.lsp.buf_request()*
|
||||
buf_request({bufnr}, {method}, {params}, {callback})
|
||||
Sends an async request for all active clients attached to the
|
||||
@@ -479,9 +476,6 @@ once({fn}) *vim.lsp.once()*
|
||||
optional_validator({fn}) *vim.lsp.optional_validator()*
|
||||
TODO: Documentation
|
||||
|
||||
print_debug_info() *vim.lsp.print_debug_info()*
|
||||
TODO: Documentation
|
||||
|
||||
request({method}, {params}, {callback}) *vim.lsp.request()*
|
||||
TODO: Documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user