docs(readme): prominent callout that the Rust server lives in nuwiki-rs
CI / editor tests (pull_request) Successful in 44s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-24 15:51:22 +00:00
parent 62a3d49649
commit 4e4f39dbf2
+8
View File
@@ -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