aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-04-14 01:34:10 -0700
committerMichael Lingelbach <m.j.lbach@gmail.com>2021-04-14 01:35:11 -0700
commit2d687154968e7a12345fe6167b538cd8488114cb (patch)
tree595377d47928ac4373914f72d0484faf3fcee1c5 /README.md
parent[docgen] Update CONFIG.md (diff)
downloadnvim-lspconfig-2d687154968e7a12345fe6167b538cd8488114cb.tar
nvim-lspconfig-2d687154968e7a12345fe6167b538cd8488114cb.tar.gz
nvim-lspconfig-2d687154968e7a12345fe6167b538cd8488114cb.tar.bz2
nvim-lspconfig-2d687154968e7a12345fe6167b538cd8488114cb.tar.lz
nvim-lspconfig-2d687154968e7a12345fe6167b538cd8488114cb.tar.xz
nvim-lspconfig-2d687154968e7a12345fe6167b538cd8488114cb.tar.zst
nvim-lspconfig-2d687154968e7a12345fe6167b538cd8488114cb.zip
LspStart: make start all matching clients by default
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60cdc004..d135cccd 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ omnifunc completion
The following support tab-completion for all arguments:
-* `:LspStart <config_name>` Start the requested server name. Will only succesfully start if the command detects a root directory matching the current config. Pass `autostart = false` to your `.setup{}` call for a language server if you would like to launch clients solely with this command.
+* `:LspStart <config_name>` Start the requested server name. Will only succesfully start if the command detects a root directory matching the current config. Pass `autostart = false` to your `.setup{}` call for a language server if you would like to launch clients solely with this command. Defaults to all servers matching current buffer filetype.
* `:LspStop <client_id>` Defaults to stopping all buffer clients.
* `:LspRestart <client_id>` Defaults to restarting all buffer clients.