From 4e4f39dbf2c85c37351fe3d81fd47f2de2c921d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Fr=C3=B3es=20Franco?= Date: Wed, 24 Jun 2026 15:51:22 +0000 Subject: [PATCH] docs(readme): prominent callout that the Rust server lives in nuwiki-rs Co-Authored-By: Claude Opus 4.8 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 72fcf9a..e7607af 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ and Neovim are thin client layers that wire up keystrokes and display results. The `nuwiki-ls` binary is distributed separately in the [nuwiki-rs](https://code.gfran.co/gffranco/nuwiki-rs) repository. +> [!NOTE] +> **This repo is the Vim/Neovim plugin (VimL + Lua) only.** The Rust LSP +> server — parser, AST, HTML renderer, all `nuwiki-ls` source and tests — +> lives in **[nuwiki-rs](https://code.gfran.co/gffranco/nuwiki-rs)**. The +> plugin downloads a prebuilt `nuwiki-ls` binary from there automatically, +> so installing this plugin needs no Rust toolchain. To work on the server, +> head to nuwiki-rs. + ## Features ### Syntax & rendering