fresh-editor 0.1.43

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
1
2
3
4
5
6
//! LSP (Language Server Protocol) integration

pub mod async_handler;
pub mod client;
pub mod diagnostics;
pub mod manager;