From 15f7ac6a045aad3355e4c6006423fde81644886a Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 24 Feb 2024 01:19:33 -0500 Subject: docs(lsp): remove obsolete didChangeConfiguration explanation (#27595) Rendered obsolete by c6d747e6a5227e17556c62e16ed054398eb1a89a. --- runtime/lua/vim/lsp.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'runtime/lua/vim') diff --git a/runtime/lua/vim/lsp.lua b/runtime/lua/vim/lsp.lua index 8608bdfa57..689d942d72 100644 --- a/runtime/lua/vim/lsp.lua +++ b/runtime/lua/vim/lsp.lua @@ -641,10 +641,7 @@ end --- the server may send. For example, clangd sends --- `initialize_result.offsetEncoding` if `capabilities.offsetEncoding` was --- sent to it. You can only modify the `client.offset_encoding` here before ---- any notifications are sent. Most language servers expect to be sent client specified settings after ---- initialization. Nvim does not make this assumption. A ---- `workspace/didChangeConfiguration` notification should be sent ---- to the server during on_init. +--- any notifications are sent. --- --- - on_exit Callback (code, signal, client_id) invoked on client --- exit. -- cgit