1
2
3
4
5
6
#![feature(lazy_cell)]

pub mod config;
pub mod global;
pub mod keymap;
pub mod theme;