aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorAugust Masquelier <31262046+levouh@users.noreply.github.com>2022-10-04 12:44:19 -0600
committerGitHub <noreply@github.com>2022-10-04 20:44:19 +0200
commitb075f49d9229b3e58a4d6677ed8e01db60687fa3 (patch)
tree920e67dd55a83f7bf41830afee0aceaaa3e82c5d /runtime/doc
parentc651152a9db56d9fb4681789e38d9b52d996e960 (diff)
downloadrneovim-b075f49d9229b3e58a4d6677ed8e01db60687fa3.tar.gz
rneovim-b075f49d9229b3e58a4d6677ed8e01db60687fa3.tar.bz2
rneovim-b075f49d9229b3e58a4d6677ed8e01db60687fa3.zip
feat(lsp): add bufnr option to lsp.start (#20473)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index b3bff89224..d8dcf60c21 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -825,6 +825,8 @@ start({config}, {opts}) *vim.lsp.start()*
Predicate used to decide if a client should be re-used.
Used on all running clients. The default implementation
re-uses a client if name and root_dir matches.
+ • bufnr (number) Buffer handle to attach to if starting or
+ re-using a client (0 for current).
Return: ~
(number|nil) client_id