From 3552916cb917f8d44c229c4eee815d4d30dd3047 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Mon, 28 Jun 2021 23:02:17 +0200 Subject: fix(doc): remove reference to vim.lsp.callbacks (#14576) too old now, can be confusing --- runtime/doc/lsp.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'runtime/doc') diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 7d150d5c24..d6ef761bcb 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -135,12 +135,6 @@ FAQ *lsp-faq* autocmd BufWritePre *.rs lua vim.lsp.buf.formatting_sync(nil, 1000) < - *vim.lsp.callbacks* -- Q: What happened to `vim.lsp.callbacks`? - A: After better defining the interface of |lsp-handler|s, we thought it best - to remove the generic usage of `callbacks` and transform to `handlers`. - Due to this, `vim.lsp.callbacks` was renamed to |vim.lsp.handlers|. - *lsp-vs-treesitter* - Q: How do LSP and Treesitter compare? A: LSP requires a client and language server. The language server uses -- cgit