#editor #vim #neovim #tui

app rsvim

The command line(s) for the RSVIM editor

4 releases

0.1.1-alpha.8 Oct 19, 2024
0.1.1-alpha.7 Oct 18, 2024
0.1.1-alpha.5 Sep 13, 2024
0.1.0 Mar 22, 2024

#94 in Text editors

Download history 345/week @ 2024-09-07 115/week @ 2024-09-14 15/week @ 2024-09-21 42/week @ 2024-09-28 1/week @ 2024-10-05 248/week @ 2024-10-12 215/week @ 2024-10-19 5/week @ 2024-10-26

554 downloads per month

Vim OR Apache-2.0

465KB
9K SLoC

logo.svg

The VIM editor reinvented in Rust+TypeScript.

rsvim rsvim_core release.yml ci.yml codecov push.yml

[!CAUTION]

This project is still in the very early stages of development and not ready for use. Please choose alternatives Neovim and Vim.

About

The goal of RSVIM is to be a highly extensible text editor by following the main features and philosophy of (Neo)VIM, while also to be:

  • A fast editor that fully utilizes all CPU cores and never freezes.
  • A powerful TUI engine that provides widgets, event handlers, layouts, etc.
  • A consistent scripting runtime with built-in support for type system, async/await, plugin management, etc.
  • An editing service that allows multiple users to access remotely and work together.
  • A text processing tool that integrates with the shell environment.

Installation

Please download pre-built executables in releases page, or build with cargo:

cargo install --locked rsvim

Get Started

Please checkout Documentation for more details!

Contribution

Some guidelines about contributing to RSVIM can be found in below files:

Roadmap and high-level design can be found in RFC, please submit your ideas and feature requests there if they need fairly large effort.

Credits

  • dune: A hobby runtime for JavaScript and TypeScript.
  • deno: A modern runtime for JavaScript and TypeScript.

Supporting the Project

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.

License

Licensed under Vim License and Apache License Version 2.0.

Dependencies

~128MB
~2.5M SLoC