pinel 0.8.0

A lightweight editor built with rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Feature modules grouped under a single namespace.

pub mod activity_state;
pub mod command_input;
pub mod command_palette;
pub mod editor_buffer;
pub mod file_tree;
pub mod find_replace;
pub mod fuzzy_finder;
pub mod icons;
pub mod lsp;
pub mod resources;
pub mod search;
pub mod syntax;
pub mod terminal;
pub mod updater;