Crates.io | rsvim |
lib.rs | rsvim |
version | 0.1.2 |
created_at | 2024-03-22 06:18:45.075157+00 |
updated_at | 2025-08-28 09:03:27.431278+00 |
description | The RSVIM text editor. |
homepage | https://rsvim.github.io/ |
repository | https://github.com/rsvim/rsvim |
max_upload_size | |
id | 1182309 |
size | 110,544 |
The VIM editor reinvented in Rust+TypeScript.
[!CAUTION]
This project is still in the very early stages of development and not ready for use. Please choose alternatives Neovim and Vim.
RSVIM is an open source terminal based text editor, built from scratch with rust, tokio and V8 javascript engine. It strives to be highly extensible by following the main features, concepts, philosophy of (NEO)VIM, also to be:
Please download pre-built executables in releases page, or build with cargo:
cargo install --locked rsvim
To get latest updates, build with git source on main
branch:
cargo install --locked rsvim --git https://github.com/rsvim/rsvim.git --branch main
Please checkout Documentation for more details!
Contributions to RSVIM are always welcomed. A few guidelines that help quickly set up the development environment can be found in DEVELOPMENT.md.
Roadmap and high-level design can be found in RFC, please submit your ideas and designs there if they need fairly large efforts.
Some source code is copied and referenced from following projects to implement the initial prototype of javascript runtime, and the Minimum Common Web Platform API.
If you like RSVIM, please consider sponsoring it. Your support encourages contributors and maintainers of this project, and other fees or efforts spent on it.
Licensed under Vim License.