Remove Rust code, delegate LSP server to nuwiki-rs #8

Merged
gffranco merged 4 commits from rust-removal into main 2026-06-24 16:13:48 +00:00
Showing only changes of commit 4e4f39dbf2 - Show all commits
+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