gffranco caaafd3cf3
CI / cargo fmt --check (push) Successful in 31s
CI / cargo clippy (push) Successful in 34s
CI / cargo test (push) Successful in 49s
Release / bump + tag (push) Successful in 52s
Release / build aarch64-unknown-linux-gnu (push) Successful in 1m45s
Release / build x86_64-unknown-linux-gnu (push) Successful in 2m3s
Release / build aarch64-unknown-linux-musl (push) Successful in 2m6s
Release / build x86_64-unknown-linux-musl (push) Successful in 2m8s
Release / gitea release (push) Successful in 30s
sync: bring Rust crates in line with nuwiki main (v0.4.2)
2026-06-24 09:15:09 +00:00

nuwiki-rs

Rust crates powering nuwiki: the vimwiki-compatible language server and editor plugin for Vim/Neovim.

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 294 KiB
v0.5.1 Latest
2026-07-02 12:30:57 +00:00
Languages
Rust 99.8%
Shell 0.2%