diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/util.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/util.lua b/lua/lspconfig/util.lua index 8fe94741..3699d2f0 100644 --- a/lua/lspconfig/util.lua +++ b/lua/lspconfig/util.lua @@ -260,7 +260,7 @@ function M.server_per_root_dir_manager(_make_config) if not new_config.cmd then print( string.format( - 'Error: cmd not defined for %q. You must manually set cmd in the setup{} call according to CONFIG.md.', + 'Error: cmd not defined for %q. You must manually set cmd in the setup{} call according to server_configurations.md, see :help lspconfig-index.', new_config.name ) ) |
