aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9e3986a..3369271 100644
--- a/README.md
+++ b/README.md
@@ -128,8 +128,9 @@ require("mason-lspconfig").setup {
> `:h mason-lspconfig-commands`
-- `:LspInstall [<server>...]` - installs the provided servers
-- `:LspUninstall <server> ...` - uninstalls the provided servers
+- `:LspInstall [<server> ...]`: Installs the provided servers. If no server is provided you will be prompted to select a
+ server based on the current buffer's `&filetype`.
+- `:LspUninstall <server> ...`: Uninstalls the provided servers.
# Configuration