diff options
author | Matthieu Coudron <teto@users.noreply.github.com> | 2021-06-28 23:02:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 23:02:17 +0200 |
commit | 3552916cb917f8d44c229c4eee815d4d30dd3047 (patch) | |
tree | 41e1c4d14a99cc4e67f6c7f0b5a417b4c156e912 /runtime/doc/lsp.txt | |
parent | c81cbad4443d8fcbb4f9fd4dfe5d35c75b4bcc23 (diff) | |
download | rneovim-3552916cb917f8d44c229c4eee815d4d30dd3047.tar.gz rneovim-3552916cb917f8d44c229c4eee815d4d30dd3047.tar.bz2 rneovim-3552916cb917f8d44c229c4eee815d4d30dd3047.zip |
fix(doc): remove reference to vim.lsp.callbacks (#14576)
too old now, can be confusing
Diffstat (limited to 'runtime/doc/lsp.txt')
-rw-r--r-- | runtime/doc/lsp.txt | 6 |
1 files changed, 0 insertions, 6 deletions
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 |