Nev – keyboard focused GUI and terminal text editor

· devtools coding systems · Source ↗

TLDR

  • Nev is a Nim-based, keyboard-driven text editor running in both terminal and GUI modes, combining Neovim, Helix, and Zed ideas with LSP, DAP, and WASM plugins.

Key Takeaways

  • Ships with Treesitter syntax highlighting (including nested language support), LSP, DAP debugging, and a builtin terminal emulator supporting bash, PowerShell, and WSL.
  • WASM plugin system and a virtual filesystem API set it apart from most indie editors still stuck on Lua or Vimscript extension models.
  • Git integration covers list/diff/add/stage/unstage/revert; fuzzy search powered by ripgrep; undo trees and session support included out of the box.
  • UTF-8 only, no CRLF support; Treesitter parsers require Emscripten; language servers and debug adapters must be installed manually.
  • Solo free-time project under MIT, Windows and Linux supported; described as use-at-your-own-risk and still missing features.

Hacker News Comment Review

  • The single comment frames Nev as visually resembling VSCode running inside a terminal, suggesting the GUI rendering quality is high enough to blur the line between TUI and full GUI editors.

Original | Discuss on HN