aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/util.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/util.lua')
-rw-r--r--lua/lspconfig/util.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/lua/lspconfig/util.lua b/lua/lspconfig/util.lua
index 8d60dc12..335e0781 100644
--- a/lua/lspconfig/util.lua
+++ b/lua/lspconfig/util.lua
@@ -230,13 +230,10 @@ function M.server_per_root_dir_manager(_make_config)
if new_config.enabled == false then
return
end
- --TODO:mjlbach -- these prints only show up with nvim_error_writeln()
if not new_config.cmd then
print(
string.format(
- 'Error, cmd not defined for [%q].'
- .. 'You must manually define a cmd for the default config for this server.'
- .. 'See server documentation.',
+ 'Error: cmd not defined for %q. You must manually set cmd in the setup{} call according to CONFIG.md.',
new_config.name
)
)