HeadlinesBriefing favicon HeadlinesBriefing.com

Nim‑based Nev editor brings keyboard‑first IDE features

Hacker News •
×

Developer Nimaoth has released Nev, a new text editor built with the Nim language that runs both in the terminal and as a native GUI. Designed around keyboard efficiency, Nev blends concepts from Neovim, Helix and Zed while packing features like Vim‑style motions, Treesitter syntax highlighting and an embedded terminal. The project is open‑source and MIT‑licensed, though it remains a hobby effort.

Among its developer tools, Nev offers built‑in Git integration, LSP support and DAP debugging, plus a plugin system that runs WebAssembly modules. Files are saved strictly as UTF‑8 without carriage returns, and users must install language servers and parsers manually. Installation works on Windows and Linux, requiring ripgrep for global search and optionally building from source.

Documentation includes a cheatsheet, quick‑start guide and a showcase of markdown rendering, undo trees and fuzzy finders. Community interaction happens on a dedicated Discord server, and contributions are welcomed via a CONTRIBUTING.md file. While still missing features such as automatic parser installation, Nev already provides a flexible layout system and multi‑shell terminal, making it a compelling option for developers who favor keyboard‑centric workflows.