feat: initial nuwiki Rust workspace (core, lsp, ls)
CI / cargo fmt --check (push) Successful in 59s
CI / cargo clippy (push) Successful in 1m20s
CI / cargo test (push) Successful in 1m29s
CI / editor keymaps (push) Failing after 33s

This commit is contained in:
gffranco
2026-06-24 00:01:59 +00:00
commit 29a4efb6bc
70 changed files with 26264 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Rust build artifacts
/target
**/*.rs.bk
# Plugin runtime: downloaded LSP binary lives here (see SPEC.md §7.2)
/bin
# Editor / OS noise
.DS_Store
*.swp
*.swo
.idea/
.vscode/
# Vim help tags (regenerated by :helptags)
doc/tags
# Claude Code local session artifacts
.claude/