8000 GitHub - rsvim/rsvim: The VIM editor reinvented in Rust+TypeScript.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rsvim/rsvim

Repository files navigation

logo.svg

The VIM editor reinvented in Rust+TypeScript.

rsvim rsvim_core release.yml ci.yml codecov discord

Caution

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

About

RSVIM is an open source terminal based text editor, strives to be highly extensible 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

To get latest updates, build with git source on main branch:

cargo install --locked rsvim --git https://github.com/rsvim/rsvim.git --branch main

Get Started

Please checkout Documentation for more details!

Contribution

Contributions to RSVIM are always welcomed. Some guidelines 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

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.

  • 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.

About

The VIM editor reinvented in Rust+TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Languages

0