From d7e07f4f5c94f2e9268024bacc057cb2d6053a1c Mon Sep 17 00:00:00 2001 From: JenChieh Date: Fri, 20 Sep 2024 11:23:50 -0700 Subject: [PATCH] docs(editor-setup): Mention built-in in LSP mode --- nixd/docs/editor-setup.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nixd/docs/editor-setup.md b/nixd/docs/editor-setup.md index 98a194884..2f2ae12f9 100644 --- a/nixd/docs/editor-setup.md +++ b/nixd/docs/editor-setup.md @@ -1,4 +1,4 @@ -## We ❤️ Contributions! +## We ❤ Contributions! Please update this doc (tweaks, tricks, or how to setup for another editor)! @@ -110,6 +110,11 @@ A simple Emacs Lisp configuration that adds nixd to LSP Mode in the mean time is :server-id 'nixd))) ``` +> [!NOTE] +> +> The client is built-in to lsp-mode after `8.0.0`; you don't need this if you +> have the latest lsp-mode installed. + ## Change the configuration. Read the [configuration](configuration.md) docs here.