diff options
| author | William Boman <william@redwill.se> | 2021-11-11 22:34:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-11 13:34:04 -0800 |
| commit | a070bdd4a744099f1d33276520bfdc42abe52006 (patch) | |
| tree | 94d7c49ef83f7473bb2d62b4193b8640fd838abf /lua | |
| parent | Revert "fix(gopls): resolve top-level go.mod as root_dir (#1399)" (#1410) (diff) | |
| download | nvim-lspconfig-a070bdd4a744099f1d33276520bfdc42abe52006.tar nvim-lspconfig-a070bdd4a744099f1d33276520bfdc42abe52006.tar.gz nvim-lspconfig-a070bdd4a744099f1d33276520bfdc42abe52006.tar.bz2 nvim-lspconfig-a070bdd4a744099f1d33276520bfdc42abe52006.tar.lz nvim-lspconfig-a070bdd4a744099f1d33276520bfdc42abe52006.tar.xz nvim-lspconfig-a070bdd4a744099f1d33276520bfdc42abe52006.tar.zst nvim-lspconfig-a070bdd4a744099f1d33276520bfdc42abe52006.zip | |
fix: update error message (#1406)
* point at server_configurations.md instead of CONFIG.md
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 ) ) |
