nimlangserver
The Nim language server implementation (based on nimsuggest)
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install nimlangserver
choosenim install nimlangserver
git clone https://github.com/nim-lang/langserver
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nimlangserver | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/nim-lang/langserver |
|---|---|
| Homepage | https://github.com/nim-lang/langserver |
| Registry Source | nimble_official |
README
Nim Language Server
nimlangserver is a language server for Nim. It can run as an LSP server for editors and IDEs, or as an MCP server for AI coding agents such as GitHub Copilot, Claude Code, and Gemini.
Quick install
nimble install -g nimlangserver
Requires nimble >= 0.16.1 and a nimsuggest that supports --v3 (Nim 1.6+ or devel).
Demo
LSP:
MCP:
Related projects
- nimlsp — an alternative Nim language server with
nimsuggestembedded directly in the binary.
License
MIT