fresh-editor 0.3.0

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
//! Plugin-related E2E tests
//! These tests are only compiled when the "plugins" feature is enabled.

pub mod audit_mode;
pub mod authority_snapshot;
pub mod buffer_info_splits;
pub mod command_keybinding_editor;
pub mod dashboard;
pub mod devcontainer_failed_attach_popup;
pub mod devcontainer_ports_panel;
pub mod diagnostics_panel_bugs;
pub mod diagnostics_panel_jump;
pub mod diff_cursor;
pub mod find_file;
pub mod git;
pub mod git_log_split_tab_focus;
pub mod gutter;
pub mod init_script;
pub mod language_pack;
pub mod load_from_buffer;
pub mod lsp_find_references;
pub mod markdown_source;
pub mod package_manager;
pub mod plugin;
pub mod plugin_keybinding_execution;
pub mod review_diff_ux_bugs;
pub mod theme_editor;
pub mod unified_keybindings;