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.