aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/nvim-lsp-installer.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt
index 3dcdbb19..80a004a3 100644
--- a/doc/nvim-lsp-installer.txt
+++ b/doc/nvim-lsp-installer.txt
@@ -16,6 +16,9 @@ Requires:
- (optional) Node.js LTS (https://nodejs.org/). Some LSP servers will need a
Node runtime in order to be installed.
+To write a custom server installer, please refer to the docs at
+https://github.com/williamboman/nvim-lsp-installer/blob/main/CUSTOM_SERVERS.md.
+
==============================================================================
QUICK START *nvim-lsp-installer-quickstart*