{"id":28732322,"url":"https://github.com/nimaoth/nev","last_synced_at":"2026-04-25T01:01:43.654Z","repository":{"id":49327274,"uuid":"507048797","full_name":"Nimaoth/Nev","owner":"Nimaoth","description":"Nev is a keyboard focused GUI and terminal text editor","archived":false,"fork":false,"pushed_at":"2026-04-21T12:39:30.000Z","size":10575,"stargazers_count":134,"open_issues_count":4,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-04-21T13:23:26.750Z","etag":null,"topics":["codeeditor","editor","ide","nim","text-editor"],"latest_commit_sha":null,"homepage":"","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nimaoth.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/supported_vim_keybindings.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-24T14:55:23.000Z","updated_at":"2026-04-21T12:39:34.000Z","dependencies_parsed_at":"2024-01-14T02:58:49.502Z","dependency_job_id":"c647cb6a-7a30-4943-a38f-7fb0ef580fba","html_url":"https://github.com/Nimaoth/Nev","commit_stats":null,"previous_names":["nimaoth/nev"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Nimaoth/Nev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nimaoth%2FNev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nimaoth%2FNev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nimaoth%2FNev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nimaoth%2FNev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nimaoth","download_url":"https://codeload.github.com/Nimaoth/Nev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nimaoth%2FNev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32246406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codeeditor","editor","ide","nim","text-editor"],"created_at":"2025-06-15T20:19:48.099Z","updated_at":"2026-04-25T01:01:43.647Z","avatar_url":"https://github.com/Nimaoth.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nev\n\n![Build](https://github.com/Nimaoth/Nev/actions/workflows/main.yml/badge.svg?event=push)\n[![Discord](https://img.shields.io/discord/1379505644704497664?logo=discord\u0026logoColor=fff)](https://discord.gg/eJjBMcgP2V)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nNev is a fast, keyboard-driven text editor written in Nim that runs in the terminal and in a GUI.\nIt combines ideas from Neovim, Helix, and Zed with builtin developer tools like Git integration, Treesitter syntax highlighting, LSP support, DAP debugging, and WASM plugins.\n\n**I'm developing Nev for fun and only work on it in my free time. Use at your own risk!**\n\n## Table of Contents\n\n- [Features](#features)\n- [Why Nev?](#why-nev)\n- [Supported Platforms](#supported-platforms)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Quick Start](#quick-start)\n- [Docs](#docs)\n- [Showcase](#showcase)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- Vim motions\n- [LSP](docs/lsp.md)\n- Syntax highlighting using [Treesitter](docs/treesitter.md) with support for nested languages\n- Debugging using DAP\n- [Fuzzy search for various things](docs/finders.md)\n- [Sessions](docs/sessions.md)\n- [WASM plugins](docs/plugins.md)\n- Basic git integration (list/diff/add/stage/unstage/revert changed files)\n- [Builtin terminal emulator](docs/docs.md#Terminal) supporting multiple shells (e.g. `bash`, `powershell`, `wsl`)\n- [Flexible layout system](docs/docs.md#Layout)\n- [Nice looking markdown](docs/markdown.md)\n- [Undo Trees](docs/undo_tree.md)\n- And many more features...\n\n## Supported Platforms\n\n- **Windows**\n- **Linux**\n\n## Prerequisites\n\n- `ripgrep` to enable global search\n\n## Installation\n\nDownload the latest [release](https://github.com/Nimaoth/Nev/releases) or [build from source](docs/building_from_source.md).\n\n## Quick Start\n\nOpen a file or directory from the command line:\n\n```bash\nnev .            # Open the current directory\nnev myfile.py    # Open a specific file\n```\n\nCheck out the [cheatsheet](docs/cheatsheet.md) and [getting started guide](docs/getting_started.md) for more info.\n\n## Inspirations\n\n- [Neovim](https://github.com/neovim/neovim)\n- [Helix](https://github.com/helix-editor/helix)\n- [Zed](https://github.com/zed-industries/zed)\n\n## Important notes if you intend to use it\n\n- Nev currently only supports saving files as `UTF-8` and without carriage return in line separators.\n- Language servers and debug adapters have to be installed manually at the moment; Treesitter parsers require [Emscripten](https://github.com/emscripten-core/emscripten)\n\n## Docs\n\n- [Getting started](docs/getting_started.md)\n- [cheatsheet](docs/cheatsheet.md)\n- [General docs](docs/docs.md)\n- [Build from source](docs/building_from_source.md)\n- [Cheatsheet](docs/cheatsheet.md)\n- [Configuration](docs/configuration.md)\n- [Keybindings](docs/keybindings.md)\n- [Finders](docs/finders.md)\n- [Plugin API](https://nimaoth.github.io/AbsytreeDocs/scripting_nim/htmldocs/theindex.html)\n- [Virtual filesystem](docs/virtual_file_system.md)\n- [Moves](docs/moves.md)\n- [Treesitter](docs/treesitter.md)\n- [Markdown](docs/markdown.md)\n\n## Showcase\n\n![alt](https://raw.githubusercontent.com/Nimaoth/NevScreenshots/main/dashboard.png)\n\n---\n\n### Debugging\n\n![alt](https://raw.githubusercontent.com/Nimaoth/NevScreenshots/main/debug.gif)\n\n---\n\n### Themes\n\n![alt](https://raw.githubusercontent.com/Nimaoth/NevScreenshots/main/themes.gif)\n\n---\n\n### Diagnostics and inlay hints\n\n![alt](https://raw.githubusercontent.com/Nimaoth/NevScreenshots/main/lsp_diagnostics_inlay_hints_hover.png)\n\n---\n\n### Diff View\n\n![alt](https://raw.githubusercontent.com/Nimaoth/NevScreenshots/main/git_diff.png)\n\n---\n\n## Contributing\n\nNev is still relatively new, so many things are still missing or need improvement. If you want to contribute, check out [CONTRIBUTING.md](CONTRIBUTING.md).\n\nThere is also a [Discord server](https://discord.gg/eJjBMcgP2V) where you can ask questions.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimaoth%2Fnev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimaoth%2Fnev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimaoth%2Fnev/lists"}