Nev – 键盘驱动的GUI和终端文本编辑器
Nev – keyboard focused GUI and terminal text editor

原始链接: https://github.com/Nimaoth/Nev

Nev 是一款用 Nim 开发的新型快速文本编辑器,设计用于终端和 GUI 环境。它借鉴了 Neovim、Helix 和 Zed 等流行编辑器的灵感,并集成了开发者工具,包括 Git 支持、Treesitter 高亮、LSP 和 DAP 调试。它还支持 WASM 插件以扩展功能。 目前 Nev 仍是一个个人项目,仍在积极开发中,并存在一些限制:它仅支持不带回车符的 UTF-8 编码,并且语言服务器/调试器需要手动安装。虽然前景可期,但用户应预计缺少功能和潜在的不稳定性。 感兴趣的用户可以下载预构建版本或从源代码编译。提供备忘单和入门指南等资源,并欢迎贡献——详情请参阅 `CONTRIBUTING.md` 文件。Discord 服务器提供支持和讨论的空间。该项目采用 MIT 许可证开源。

Hacker News 新闻 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Nev – 键盘驱动的 GUI 和终端文本编辑器 (github.com/nimaoth) 11 分,由 archargelod 发布 4 小时前 | 隐藏 | 过去 | 收藏 | 1 条评论 帮助 SeriousM 16 分钟前 [–] 哇,好的,看起来像控制台中的 vscode,不是吗?回复 考虑申请 YC 2026 夏季批次!申请截止至 5 月 4 日 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系方式 搜索:
相关文章

原文

Build Discord License: MIT

Nev is a fast, keyboard-driven text editor written in Nim that runs in the terminal and in a GUI. It combines ideas from Neovim, Helix, and Zed with builtin developer tools like Git integration, Treesitter syntax highlighting, LSP support, DAP debugging, and WASM plugins.

I'm developing Nev for fun and only work on it in my free time. Use at your own risk!

  • ripgrep to enable global search

Download the latest release or build from source.

Open a file or directory from the command line:

nev .            # Open the current directory
nev myfile.py    # Open a specific file

Check out the cheatsheet and getting started guide for more info.

Important notes if you intend to use it

  • Nev currently only supports saving files as UTF-8 and without carriage return in line separators.
  • Language servers and debug adapters have to be installed manually at the moment; Treesitter parsers require Emscripten

alt


alt


alt


Diagnostics and inlay hints

alt


alt


Nev is still relatively new, so many things are still missing or need improvement. If you want to contribute, check out CONTRIBUTING.md.

There is also a Discord server where you can ask questions.

This project is licensed under the MIT License.

联系我们 contact @ memedata.com