71d2b4354ca54efecd7d49808b8a7c1884886714none
.github/copilot-instructions.mdTool: github-copilot# easy-dotnet.nvim — Copilot Instructions
## What This Repo Is
This is the **Lua Neovim client** for the easy-dotnet plugin. It is intentionally dumb. Its only responsibilities are:
- Spawning and managing the server process lifecycle
- Dispatching outgoing JSON-RPC calls via `./lua/easy-dotnet/rpc/`
- Handling reverse requests from the server (show a picker, prompt for input, display a float)
- Rendering data the server returns into Neovim buffers and windows
All intelligence, state, and business lognone