aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-04-14 08:35:25 -0700
committerGitHub <noreply@github.com>2021-04-14 08:35:25 -0700
commitbbc3d2c9214181e6ffa056ab5939f03cd795eeae (patch)
tree10ab8f4853fe7cb2c3f1de33c64504551d817762 /README.md
parent[docgen] Update CONFIG.md (diff)
parentLspStart: make start all matching clients by default (diff)
downloadnvim-lspconfig-bbc3d2c9214181e6ffa056ab5939f03cd795eeae.tar
nvim-lspconfig-bbc3d2c9214181e6ffa056ab5939f03cd795eeae.tar.gz
nvim-lspconfig-bbc3d2c9214181e6ffa056ab5939f03cd795eeae.tar.bz2
nvim-lspconfig-bbc3d2c9214181e6ffa056ab5939f03cd795eeae.tar.lz
nvim-lspconfig-bbc3d2c9214181e6ffa056ab5939f03cd795eeae.tar.xz
nvim-lspconfig-bbc3d2c9214181e6ffa056ab5939f03cd795eeae.tar.zst
nvim-lspconfig-bbc3d2c9214181e6ffa056ab5939f03cd795eeae.zip
Merge pull request #840 from mjlbach/lsp_start_improvements
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 4612f093..163eeb42 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.