fresh-editor 0.1.52

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
1
2
3
4
5
6
7
8
9
//! Plugin-related E2E tests
//! These tests are only compiled when the "plugins" feature is enabled.

pub mod config_editor;
pub mod git;
pub mod gutter;
pub mod lsp_find_references;
pub mod plugin;
pub mod theme_editor;