fresh-editor 0.2.11

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

pub mod audit_mode;
pub mod diagnostics_panel_jump;
pub mod diff_cursor;
pub mod find_file;
pub mod git;
pub mod gutter;
pub mod language_pack;
pub mod lsp_find_references;
pub mod markdown_source;
pub mod package_manager;
pub mod plugin;
pub mod theme_editor;