rsvim-types
v0.1.5
Published
TypeScript types for Rsvim text editor.
Readme
[!CAUTION]
This project is still in very early stage of development and not ready for use. Please choose alternatives Neovim and Vim.
About
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 main features, concepts, 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 JavaScript-based runtime with built-in support for TypeScript.
- An editing service that allows multiple users to access remotely and work together.
- A text processing tool that integrates with shell environment.
Installation
Please download prebuilt executables in releases page, or build with cargo:
cargo install rsvimTo get latest updates, build with source:
git clone https://github.com/rsvim/rsvim
cd rsvim
cargo install --path ./rsvim_cliGet Started
Please check out Documentation for more details!
Contribution
Contributions to RSVIM are always welcomed. A few guidelines that help quickly set up development environment can be found in DEVELOPMENT.md.
Road map and high-level design can be found in RFC, please submit your ideas and designs there if they need fairly large efforts.
Credits
Some source code are studied from following projects for implementing the initial prototype of javascript runtime and 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.
