0.1.0 - init.rs
No due date
25% complete
The goal here is to be able to convert my entire init.vim
to an init.rs
(aside from installing, configuring, etc. plugins).
- Set options
- Define keymaps
- Define autocommands & autogroups
All crates also need to be reviewed to set some good baselines for API consistency, testing, and documentation.
The goal here is to be able to convert my entire init.vim
to an init.rs
(aside from installing, configuring, etc. plugins).
- Set options
- Define keymaps
- Define autocommands & autogroups
All crates also need to be reviewed to set some good baselines for API consistency, testing, and documentation.