aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-lsp-installer.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt
index 396a7213..45add6c6 100644
--- a/doc/nvim-lsp-installer.txt
+++ b/doc/nvim-lsp-installer.txt
@@ -97,7 +97,9 @@ Then, somewhere in your initialization script (see `:h init.lua`): >
end)
<
-Make sure you don't also set up your servers via lspconfig (e.g. `require("lspconfig").clangd.setup {}`)!
+Make sure you don't also set up your servers directly via lspconfig (e.g.
+`require("lspconfig").clangd.setup {}`), as this will cause servers to be set
+up twice!
==============================================================================