gffranco 9884f7b13c
CI / cargo fmt --check (push) Successful in 20s
CI / cargo test (push) Successful in 34s
CI / cargo clippy (push) Successful in 35s
Release / bump + tag (push) Successful in 43s
Release / build aarch64-unknown-linux-musl (push) Successful in 2m10s
Release / build x86_64-unknown-linux-gnu (push) Successful in 2m15s
Release / build aarch64-unknown-linux-gnu (push) Successful in 2m18s
Release / build x86_64-unknown-linux-musl (push) Successful in 2m18s
Release / gitea release (push) Successful in 1m36s
chore(release): 0.5.2
2026-08-07 15:24:10 -03:00
2026-08-07 15:24:10 -03:00
2026-08-07 15:24:10 -03:00
2026-08-07 15:24:10 -03:00

nuwiki-rs

The Rust language server (nuwiki-ls) behind nuwiki, the vimwiki-compatible Vim/Neovim plugin.

Note

This repo is the server only. If you just want to use nuwiki in Vim/Neovim, install the plugin from gffranco/nuwiki — it downloads a prebuilt nuwiki-ls binary from this repo's releases automatically, so you don't need this repo or a Rust toolchain. Work here only to develop the parser / LSP / HTML renderer.

Crates

  • nuwiki-core — Vimwiki lexer, parser, AST, HTML renderer, and date utilities
  • nuwiki-lsp — Language Server Protocol implementation (tower-lsp)
  • nuwiki-ls — Binary entry point (stdio server bridge)

Quick Start

# Build
cargo build --release -p nuwiki-ls

# Run
cargo run --bin nuwiki-ls

# Tests
cargo test

License

Licensed under MIT or Apache-2.0, at your option. See LICENSE-MIT and LICENSE-APACHE.

S
Description
nuwiki language server and core library
Readme 296 KiB
v0.5.2 Latest
2026-08-07 18:24:10 +00:00
Languages
Rust 99.8%
Shell 0.2%